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 9360Return VisitArrayLength(CType(node, BoundArrayLength), arg) 9742Public Overridable Function VisitArrayLength(node As BoundArrayLength, arg As A) As R 10445Public Overridable Function VisitArrayLength(node As BoundArrayLength) As BoundNode 11157Public Overrides Function VisitArrayLength(node As BoundArrayLength) As BoundNode 12117Public Overrides Function VisitArrayLength(node As BoundArrayLength) As BoundNode 13233Public 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