4 references to IsAsync
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (2)
210
if (operationContext.
IsAsync
)
426
if (operationContext.
IsAsync
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (2)
81
if (context.
IsAsync
)
224
if (_context.
IsAsync
)