1 write to s_typeToIDCache
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
562s_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)
645if (!s_typeToIDCache.TryGetValue(s_typeHandleRef, out id)) 661s_typeToIDCache.Add(new TypeHandleRef(typeHandle), id); 1094s_typeToIDCache.Remove(s_typeHandleRef);