1 implementation of IsAsynchronous
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4212
public bool
IsAsynchronous
{ get; }
2 references to IsAsynchronous
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
4620
if (operation.
IsAsynchronous
)
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\OperationTreeVerifier.cs (1)
631
if (operation is IForEachLoopOperation {
IsAsynchronous
: true })