Expose missing API in models.xml (#7940)
authorIan Hays <ianha@microsoft.com>
Wed, 2 Nov 2016 01:58:47 +0000 (18:58 -0700)
committerJan Kotas <jkotas@microsoft.com>
Wed, 2 Nov 2016 01:58:47 +0000 (18:58 -0700)
progress towards https://github.com/dotnet/corefx/issues/12812 and https://github.com/dotnet/corefx/issues/12398

src/mscorlib/model.xml

index e326c79..7d69e6a 100644 (file)
       <Member Name="#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" />
       <Member Name="get_FileName" />
       <Member Name="get_FusionLog" />
+      <Member Name="GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" />
       <Member MemberType="Property" Name="FileName" />
       <Member MemberType="Property" Name="FusionLog" />
     </Type>
       <Member MemberType="Field" Name="Batch" />
       <Member MemberType="Field" Name="Interactive" />
       <Member MemberType="Field" Name="LowLatency" />
+      <Member MemberType="Field" Name="NoGCRegion" />
       <Member MemberType="Field" Name="SustainedLowLatency" />
     </Type>
     <Type Name="System.Runtime.GCSettings">