1 implementation of Clauses
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9150
public ImmutableArray<IReDimClauseOperation>
Clauses
{ get; }
2 references to Clauses
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
7557
bool isImplicit = operation.
Clauses
.Length > 1 || IsImplicit(operation);
7559
foreach (var clause in operation.
Clauses
)