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