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