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