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