2 references to s_typeToIDCache
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\Json\JsonDataContract.cs (2)
191
if (
s_typeToIDCache
.TryGetValue(typeHandle.Value, out int id))
196
return
s_typeToIDCache
.GetOrAdd(typeHandle.Value, static _ =>