1 implementation of IsAsynchronous
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4851
public bool
IsAsynchronous
{ get; }
2 references to IsAsynchronous
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
3961
HandleUsingOperationParts(operation.Resources, operation.Body, disposeInfo.DisposeMethod, disposeInfo.DisposeArguments, operation.Locals, operation.
IsAsynchronous
);
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DoNotDirectlyAwaitATask.cs (1)
124
if (!usingExpression.
IsAsynchronous
)