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