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