6 references to DefaultNamespace
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (1)
18
internal 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)
353
if (NamingHelper.
DefaultNamespace
!= context.Contract.Namespace)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
89
ns =
DefaultNamespace
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
105
ExportEndpoint(endpoint, new XmlQualifiedName(NamingHelper.DefaultServiceName, NamingHelper.
DefaultNamespace
), null);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1310
private const string workaroundNS = NamingHelper.
DefaultNamespace
+ "temporaryworkaround";