1 write to _surrogates
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\Deserializer\Deserializer.cs (1)
111_surrogates = [];
3 references to _surrogates
System.Private.Windows.Core (3)
System\Private\Windows\Core\BinaryFormat\Deserializer\Deserializer.cs (3)
257if (_surrogates is null) 264if (!_surrogates.TryGetValue(type, out ISerializationSurrogate? surrogate)) 267_surrogates[type] = surrogate;