1 write to typeToIDCache
System.Runtime.Serialization (1)
System\Runtime\Serialization\DataContract.cs (1)
434typeToIDCache = new Hashtable(new HashTableEqualityComparer());
5 references to typeToIDCache
System.Runtime.Serialization (5)
System\Runtime\Serialization\DataContract.cs (5)
510object value = typeToIDCache[typeHandleRef]; 520object val = typeToIDCache[typeHandleRef]; 527typeToIDCache.Add(new TypeHandleRef(typeHandle), id); 1084if (typeToIDCache.ContainsKey(typeHandleRef)) 1088typeToIDCache.Remove(typeHandleRef);