3 references to s_typeToIDCache
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\DataContract.cs (3)
395if (s_typeToIDCache.TryGetValue(typeHandle.Value, out int id)) 402return s_typeToIDCache.GetOrAdd(typeHandle.Value, static _ => 934s_typeToIDCache.TryRemove(runtimeTypeHandle.Value, out _);