4 references to NamespaceManager
System.ServiceModel (4)
System\ServiceModel\Description\OperationGenerator.cs (1)
281CodeNamespace ns = this.Context.ServiceContractGenerator.NamespaceManager.EnsureNamespace(this.ContractNS);
System\ServiceModel\Description\ServiceContractGenerator.cs (3)
120get { return this.NamespaceManager.NamespaceMappings; } 183CodeNamespace ns = this.NamespaceManager.EnsureNamespace(contractDescription.Namespace); 300UniqueCodeNamespaceScope codeNamespaceScope = new UniqueCodeNamespaceScope(parent.NamespaceManager.EnsureNamespace(contractDescription.Namespace));