Implemented interface member:
method
GetObjectData
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
1 override of GetObjectData
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1259public override void GetObjectData(SerializationInfo info, StreamingContext context)
2 references to GetObjectData
BinaryFormatTests (1)
FormatTests\FormattedObject\HashTableTests.cs (1)
29hashtable.GetObjectData(info, default);
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (1)
587hashtable.GetObjectData(info, default);