This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 9599
9599
<Member MemberType="Property" Name="Value" />
9600
9600
<Member MemberType="Property" Name="ObjectType" />
9601
9601
</Type>
9602
+ <Type Name="System.Runtime.Serialization.IObjectReference">
9603
+ <Member Name="GetRealObject(System.Runtime.Serialization.StreamingContext)" />
9604
+ </Type>
9602
9605
<Type Name="System.Runtime.Serialization.ISerializable">
9603
9606
<Member Name="GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" />
9604
9607
</Type>
Original file line number Diff line number Diff line change @@ -11372,6 +11372,8 @@ public sealed class SerializationInfo
11372
11372
public SerializationInfo(Type type, IFormatterConverter converter) { }
11373
11373
public string AssemblyName { get { throw null; } set { } }
11374
11374
public string FullTypeName { get { throw null; } set { } }
11375
+ public bool IsFullTypeNameSetExplicit { get { throw null; } }
11376
+ public bool IsAssemblyNameSetExplicit { get { throw null; } }
11375
11377
public int MemberCount { get { throw null; } }
11376
11378
public Type ObjectType { get { throw null; } }
11377
11379
public void AddValue(string name, bool value) { }
You can’t perform that action at this time.
0 commit comments