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