1 write to _surrogate
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\Deserializer\PendingSerializationInfo.cs (1)
25
_surrogate
= surrogate;
2 references to _surrogate
System.Private.Windows.Core (2)
System\Private\Windows\Core\BinaryFormat\Deserializer\PendingSerializationInfo.cs (2)
35
if (
_surrogate
is not null)
37
object populated =
_surrogate
.SetObjectData(@object, _info, context, selector: null);