7 references to Indices
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1602For Each index In node.Indices
Generated\BoundNodes.xml.Generated.vb (4)
2971If operand IsNot Me.Operand OrElse indices <> Me.Indices OrElse arrayTypeOpt IsNot Me.ArrayTypeOpt OrElse preserve <> Me.Preserve Then 11348Me.VisitList(node.Indices) 12345Dim indices As ImmutableArray(Of BoundExpression) = Me.VisitList(node.Indices) 13551New TreeDumperNode("indices", Nothing, From x In node.Indices Select Visit(x, Nothing)),
Lowering\LocalRewriter\LocalRewriter_RedimClause.vb (1)
22node.Indices, Nothing, node.ArrayTypeOpt)
Operations\VisualBasicOperationFactory.vb (1)
1691Dim dimensionSizes As ImmutableArray(Of IOperation) = CreateFromArray(Of BoundExpression, IOperation)(boundRedimClause.Indices)