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