1 instantiation of NamespaceHelper
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
43
_namespaceManager = new
NamespaceHelper
(_compileUnit.Namespaces);
8 references to NamespaceHelper
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\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);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (3)
22
private
NamespaceHelper
_namespaceManager;
105
internal
NamespaceHelper
NamespaceManager
356
serviceContractAttr.Arguments.Add(new CodeAttributeArgument("ConfigurationName", new CodePrimitiveExpression(
NamespaceHelper
.GetCodeTypeReference(context.Namespace, context.ContractType).BaseType)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\UniqueCodeIdentifierScope.cs (1)
141
return ServiceContractGenerator.
NamespaceHelper
.GetCodeTypeReference(_codeNamespace, codeType);