3 references to SurrogateSelector
System.Private.Windows.Core (3)
System\Private\Windows\BinaryFormat\Deserializer\Deserializer.cs (3)
108
if (Options.
SurrogateSelector
is not null)
261
Debug.Assert(Options.
SurrogateSelector
is not null);
265
surrogate = Options.
SurrogateSelector
.GetSurrogate(type, Options.StreamingContext, out _);