3 references to SurrogateSelector
System.Resources.Extensions (3)
System\Resources\Extensions\BinaryFormat\Deserializer\Deserializer.cs (3)
112
if (Options.
SurrogateSelector
is not null)
266
Debug.Assert(Options.
SurrogateSelector
is not null);
270
surrogate = Options.
SurrogateSelector
.GetSurrogate(type, Options.StreamingContext, out _);