1 write to s_typeOfContractNamespaceAttribute
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
373
s_typeOfContractNamespaceAttribute
= typeof(ContractNamespaceAttribute);
2 references to s_typeOfContractNamespaceAttribute
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
372
if (
s_typeOfContractNamespaceAttribute
== null)
374
return
s_typeOfContractNamespaceAttribute
;