2 references to s_ht
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryUtilClasses.cs (2)
367return s_ht.TryGetValue(name, out object? value) ? value : null; 370internal void SetCachedValue(object value) => s_ht[_name!] = value;