2 references to typeToIDCache
System.Runtime.Serialization (2)
System\Runtime\Serialization\Json\JsonDataContract.cs (2)
203
if (!
typeToIDCache
.TryGetValue(typeHandleRef, out id))
219
typeToIDCache
.Add(new TypeHandleRef(typeHandle), id);