2 references to HasOutputParameters
System.ServiceModel (2)
System\ServiceModel\Description\ClientClassGenerator.cs (1)
223GenerateClientClassMethod(clientType, contractTypeRef, operationContext.TaskMethod, !operationContext.Operation.HasOutputParameters && this.tryAddHelperMethod, declaringContractTypeRef);
System\ServiceModel\Description\OperationGenerator.cs (1)
143this.IsTaskWithOutputParameters = context.IsTask && context.Operation.HasOutputParameters;