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