Skip to content

Commit

Permalink
Merge pull request dotnet#6761 from stephentoub/mscorlib_deserialization
Browse files Browse the repository at this point in the history
Add deserialization ctors to mscorlib ref assembly
  • Loading branch information
stephentoub committed Aug 16, 2016
2 parents 62f246c + 6e782a6 commit 68f3852
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mscorlib/model.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<Member Name="#ctor" />
<Member Name="#ctor(System.String)" />
<Member Name="#ctor(System.String,System.Exception)" />
<Member Status="ImplRoot" Name="#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" />
<Member Name="#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" />
</Type>
<Type Name="System.AppContext">
<Member Name="get_BaseDirectory" />
Expand Down Expand Up @@ -1879,7 +1879,7 @@
<Member Name="#ctor(System.String)" />
<Member Name="#ctor(System.String,System.Exception)" />
<Member Name="#ctor(System.String,System.String)" />
<Member Status="ImplRoot" Name="#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" />
<Member Name="#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" />
</Type>
<Type Name="System.EntryPointNotFoundException">
<Member Name="#ctor" />
Expand Down Expand Up @@ -7389,7 +7389,7 @@
</Type>
<Type Name="System.Threading.ThreadStartException">
<Member Status="ImplRoot" Name="#ctor(System.Exception)" /><!-- EE -->
<Member Name="#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" />
<Member Status="ImplRoot" Name="#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" />
</Type>
<Type Name="System.Threading.ThreadStateException">
<Member Name="#ctor" />
Expand Down
Loading

0 comments on commit 68f3852

Please sign in to comment.