3 references to GetCodeTypeReference
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (1)
229
context.ClientTypeReference = ServiceContractGenerator.NamespaceHelper.
GetCodeTypeReference
(context.Namespace, clientType);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
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);