1 write to typeOfContractNamespaceAttribute
System.Runtime.Serialization (1)
System\Runtime\Serialization\Globals.cs (1)
388
typeOfContractNamespaceAttribute
= typeof(ContractNamespaceAttribute);
2 references to typeOfContractNamespaceAttribute
System.Runtime.Serialization (2)
System\Runtime\Serialization\Globals.cs (2)
387
if (
typeOfContractNamespaceAttribute
== null)
389
return
typeOfContractNamespaceAttribute
;