1 instantiation of NamespaceHelper
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
57this.namespaceManager = new NamespaceHelper(this.compileUnit.Namespaces);
8 references to NamespaceHelper
System.ServiceModel (8)
System\ServiceModel\Description\ClientClassGenerator.cs (4)
229context.ClientTypeReference = ServiceContractGenerator.NamespaceHelper.GetCodeTypeReference(context.Namespace, clientType); 271CodeTypeDeclaration paramTypeDecl = ServiceContractGenerator.NamespaceHelper.GetCodeType(param.Type); 290CodeTypeDeclaration returnTypeDecl = ServiceContractGenerator.NamespaceHelper.GetCodeType(method.ReturnType); 321CodeTypeDeclaration bodyTypeDecl = ServiceContractGenerator.NamespaceHelper.GetCodeType(field.Type);
System\ServiceModel\Description\ServiceContractGenerator.cs (3)
26NamespaceHelper namespaceManager; 128internal NamespaceHelper NamespaceManager 410serviceContractAttr.Arguments.Add(new CodeAttributeArgument("ConfigurationName", new CodePrimitiveExpression(NamespaceHelper.GetCodeTypeReference(context.Namespace, context.ContractType).BaseType)));
System\ServiceModel\Description\UniqueCodeIdentifierScope.cs (1)
141return ServiceContractGenerator.NamespaceHelper.GetCodeTypeReference(this.codeNamespace, codeType);