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