3 references to CodeTypeReference
System.ServiceModel (3)
System\ServiceModel\Description\ClientClassGenerator.cs (2)
168
clientType.BaseTypes.Add(new
CodeTypeReference
(context.ServiceContractGenerator.GetCodeTypeReference(typeof(ClientBase<>)).BaseType, context.ContractTypeReference));
170
clientType.BaseTypes.Add(new
CodeTypeReference
(context.ServiceContractGenerator.GetCodeTypeReference(typeof(DuplexClientBase<>)).BaseType, context.ContractTypeReference));
System\ServiceModel\Description\OperationGenerator.cs (1)
969
taskReturnType = new
CodeTypeReference
(this.Context.ServiceContractGenerator.GetCodeTypeReference(ServiceReflector.taskTResultType).BaseType, resultType);