5 references to StreamingContext
System.Private.Windows.Core (5)
System\Private\Windows\BinaryFormat\Deserializer\ClassRecordDeserializer.cs (1)
51
SerializationEvents.GetOnDeserializingForType(type, @object)?.Invoke(deserializer.Options.
StreamingContext
);
System\Private\Windows\BinaryFormat\Deserializer\Deserializer.cs (4)
157
pending.Populate(_deserializedObjects, Options.
StreamingContext
);
170
OnDeserialized?.Invoke(Options.
StreamingContext
);
265
surrogate = Options.SurrogateSelector.GetSurrogate(type, Options.
StreamingContext
, out _);
349
_deserializedObjects[completedId] = objectReference.GetRealObject(Options.
StreamingContext
);