1 implementation of IsAsynchronous
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9831
public bool
IsAsynchronous
{ get; }
1 reference to IsAsynchronous
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7885
isAsynchronous: operation.
IsAsynchronous
);