14 references to BoundArrayLength
Microsoft.CodeAnalysis.VisualBasic (14)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2551Public Overrides Function VisitArrayLength(node As BoundArrayLength) As BoundNode
CodeGen\EmitExpression.vb (2)
96EmitArrayLengthExpression(DirectCast(expression, BoundArrayLength), used) 1643Private Sub EmitArrayLengthExpression(expression As BoundArrayLength, used As Boolean)
Generated\BoundNodes.xml.Generated.vb (7)
820Public Function Update(expression As BoundExpression, type As TypeSymbol) As BoundArrayLength 9353Return VisitArrayLength(CType(node, BoundArrayLength), arg) 9735Public Overridable Function VisitArrayLength(node As BoundArrayLength, arg As A) As R 10438Public Overridable Function VisitArrayLength(node As BoundArrayLength) As BoundNode 11150Public Overrides Function VisitArrayLength(node As BoundArrayLength) As BoundNode 12110Public Overrides Function VisitArrayLength(node As BoundArrayLength) As BoundNode 13226Public Overrides Function VisitArrayLength(node As BoundArrayLength, arg As Object) As TreeDumperNode
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (2)
900Public Overrides Function VisitArrayLength(node As BoundArrayLength) As BoundNode 901Dim rewritten = DirectCast(MyBase.VisitArrayLength(node), BoundArrayLength)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (2)
212Return VisitArrayLength(DirectCast(node, BoundArrayLength)) 715Private Function VisitArrayLength(node As BoundArrayLength) As BoundExpression