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