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