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