6 references to DefaultNamespace
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (1)
18internal const string DefaultNamespace = NamingHelper.DefaultNamespace;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ContractDescription.cs (1)
42_ns = ns ?? NamingHelper.DefaultNamespace; // ns can be ""
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
353if (NamingHelper.DefaultNamespace != context.Contract.Namespace)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
89ns = DefaultNamespace;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
105ExportEndpoint(endpoint, new XmlQualifiedName(NamingHelper.DefaultServiceName, NamingHelper.DefaultNamespace), null);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1310private const string workaroundNS = NamingHelper.DefaultNamespace + "temporaryworkaround";