1 write to s_nameToType
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\EnumDataContract.cs (1)
161
s_nameToType
= new Dictionary<XmlQualifiedName, Type>();
2 references to s_nameToType
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\EnumDataContract.cs (2)
176
s_nameToType
.Add(stableName, type);
182
s_nameToType
.TryGetValue(baseContractName, out retVal);