1 write to s_namespaces
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
1024s_namespaces = new Dictionary<string, string>();
3 references to s_namespaces
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (3)
1023if (s_namespaces == null) 1026if (s_namespaces.TryGetValue(key, out value)) 1030s_namespaces.Add(key, key);