4 references to s_typeHandleRef
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (4)
644
s_typeHandleRef
.Value = typeHandle;
645
if (!s_typeToIDCache.TryGetValue(
s_typeHandleRef
, out id))
1091
s_typeHandleRef
.Value = GetDataContractAdapterTypeHandle(type.TypeHandle);
1094
s_typeToIDCache.Remove(
s_typeHandleRef
);