1 implementation of IsAsynchronous
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9418public bool IsAsynchronous { get; }
3 references to IsAsynchronous
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7577isAsynchronous: operation.IsAsynchronous);
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
470LogString($"(IsAsynchronous: {operation.IsAsynchronous}");
Compilation\TestOperationVisitor.cs (1)
1784_ = operation.IsAsynchronous;