1 write to Options
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Deserializer\Deserializer.cs (1)
106
Options
= options;
8 references to Options
System.Private.Windows.Core (8)
System\Private\Windows\BinaryFormat\Deserializer\Deserializer.cs (8)
57
DeserializationOptions IDeserializer.Options =>
Options
;
108
if (
Options
.SurrogateSelector is not null)
157
pending.Populate(_deserializedObjects,
Options
.StreamingContext);
170
OnDeserialized?.Invoke(
Options
.StreamingContext);
261
Debug.Assert(
Options
.SurrogateSelector is not null);
265
surrogate =
Options
.SurrogateSelector.GetSurrogate(type,
Options
.StreamingContext, out _);
349
_deserializedObjects[completedId] = objectReference.GetRealObject(
Options
.StreamingContext);