6 references to Indices
Microsoft.CodeAnalysis.VisualBasic (6)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1618
For Each index In node.
Indices
Generated\BoundNodes.xml.Generated.vb (4)
2990
If operand IsNot Me.Operand OrElse indices <> Me.
Indices
OrElse arrayTypeOpt IsNot Me.ArrayTypeOpt OrElse preserve <> Me.Preserve Then
11382
Me.VisitList(node.
Indices
)
12379
Dim indices As ImmutableArray(Of BoundExpression) = Me.VisitList(node.
Indices
)
13588
New TreeDumperNode("indices", Nothing, From x In node.
Indices
Select Visit(x, Nothing)),
Lowering\LocalRewriter\LocalRewriter_RedimClause.vb (1)
22
node.
Indices
, Nothing, node.ArrayTypeOpt)