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