1 write to s_typeToIDCache
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
562
s_typeToIDCache
= new Dictionary<TypeHandleRef, IntRef>(new TypeHandleRefEqualityComparer());
3 references to s_typeToIDCache
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (3)
645
if (!
s_typeToIDCache
.TryGetValue(s_typeHandleRef, out id))
661
s_typeToIDCache
.Add(new TypeHandleRef(typeHandle), id);
1094
s_typeToIDCache
.Remove(s_typeHandleRef);