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