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