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