4 references to IsTask
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (2)
221if (operationContext.IsTask) 433if (operationContext.IsTask)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (2)
76if (context.IsTask) 143_isTaskWithOutputParameters = context.IsTask && context.Operation.HasOutputParameters;