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