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