2 writes to typeHandleRef
System.Runtime.Serialization (2)
System\Runtime\Serialization\DataContract.cs (2)
506
typeHandleRef
= new TypeHandleRef();
1080
typeHandleRef
= new TypeHandleRef();
8 references to typeHandleRef
System.Runtime.Serialization (8)
System\Runtime\Serialization\DataContract.cs (8)
504
if (
typeHandleRef
== null)
509
typeHandleRef
.Value = typeHandle;
510
object value = typeToIDCache[
typeHandleRef
];
520
object val = typeToIDCache[
typeHandleRef
];
1078
if (
typeHandleRef
== null)
1083
typeHandleRef
.Value = GetDataContractAdapterTypeHandle(type.TypeHandle);
1084
if (typeToIDCache.ContainsKey(
typeHandleRef
))
1088
typeToIDCache.Remove(
typeHandleRef
);