2 references to HasOutputParameters
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (1)
223
GenerateClientClassMethod(clientType, contractTypeRef, operationContext.TaskMethod, !operationContext.Operation.
HasOutputParameters
&& _tryAddHelperMethod, declaringContractTypeRef);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
143
_isTaskWithOutputParameters = context.IsTask && context.Operation.
HasOutputParameters
;