2 writes to Namespace
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
252xmlType.Namespace = typeNS;
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
21[XmlType("webReferenceOptions", Namespace = WebReferenceOptions.TargetNamespace)]
6 references to Namespace
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (6)
733if (a.XmlType != null && a.XmlType.Namespace != null) 734typeNs = a.XmlType.Namespace; 947string originalNs = a.XmlType.Namespace; 1027ns = a.XmlType.Namespace; 1188if (a.XmlType != null && a.XmlType.Namespace != null) 1189typeNs = a.XmlType.Namespace;