1 write to Options
System.Resources.Extensions (1)
System\Resources\Extensions\BinaryFormat\Deserializer\Deserializer.cs (1)
110
Options
= options;
8 references to Options
System.Resources.Extensions (8)
System\Resources\Extensions\BinaryFormat\Deserializer\Deserializer.cs (8)
60
BinaryFormattedObject.Options IDeserializer.Options =>
Options
;
112
if (
Options
.SurrogateSelector is not null)
162
pending.Populate(_deserializedObjects,
Options
.StreamingContext);
175
OnDeserialized?.Invoke(
Options
.StreamingContext);
266
Debug.Assert(
Options
.SurrogateSelector is not null);
270
surrogate =
Options
.SurrogateSelector.GetSurrogate(type,
Options
.StreamingContext, out _);
354
_deserializedObjects[completedId] = objectReference.GetRealObject(
Options
.StreamingContext);