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