2 writes to Namespace
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
251xmlType.Namespace = typeNS;
System.Web.Services (1)
System\Web\Services\Description\WebReferenceOptions.cs (1)
22[XmlType("webReferenceOptions", Namespace = WebReferenceOptions.TargetNamespace)]
6 references to Namespace
System.Xml (6)
System\Xml\Serialization\XmlReflectionImporter.cs (6)
646if (a.XmlType != null && a.XmlType.Namespace != null) 647typeNs = a.XmlType.Namespace; 829string originalNs = a.XmlType.Namespace; 897ns = a.XmlType.Namespace; 1038if (a.XmlType != null && a.XmlType.Namespace != null) 1039typeNs = a.XmlType.Namespace;