14 references to Bounds
Microsoft.CodeAnalysis.VisualBasic (14)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2307For Each e1 In node.Bounds
Binding\Binder_Attributes.vb (2)
858If node.Bounds.Length = 1 Then 859Dim lastIndex = node.Bounds(0)
CodeGen\EmitExpression.vb (1)
1606EmitExpressions(expression.Bounds, True)
Generated\BoundNodes.xml.Generated.vb (4)
4016If isParamArrayArgument <> Me.IsParamArrayArgument OrElse bounds <> Me.Bounds OrElse initializerOpt IsNot Me.InitializerOpt OrElse arrayLiteralOpt IsNot Me.ArrayLiteralOpt OrElse arrayLiteralConversion <> Me.ArrayLiteralConversion OrElse type IsNot Me.Type Then 11481Me.VisitList(node.Bounds) 12500Dim bounds As ImmutableArray(Of BoundExpression) = Me.VisitList(node.Bounds) 13755New TreeDumperNode("bounds", Nothing, From x In node.Bounds Select Visit(x, Nothing)),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (1)
818Dim bounds As ImmutableArray(Of BoundExpression) = Me.VisitList(node.Bounds)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (1)
742Return ConvertRuntimeHelperToExpressionTree(WellKnownMember.System_Linq_Expressions_Expression__NewArrayBounds, boundType, ConvertArgumentsIntoArray(node.Bounds))
Lowering\LocalRewriter\LocalRewriter.vb (1)
909node.Bounds,
Lowering\UseTwiceRewriter.vb (3)
539Debug.Assert(boundArray.Bounds.All(Function(expr) expr.Kind = BoundKind.Literal)) 542first = boundArray.Update(boundArray.IsParamArrayArgument, boundArray.Bounds, 544second = boundArray.Update(boundArray.IsParamArrayArgument, boundArray.Bounds,