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) 1622Private Sub EmitArrayLengthExpression(expression As BoundArrayLength, used As Boolean)
Generated\BoundNodes.xml.Generated.vb (7)
836Public Function Update(expression As BoundExpression, type As TypeSymbol) As BoundArrayLength 9369Return VisitArrayLength(CType(node, BoundArrayLength), arg) 9751Public Overridable Function VisitArrayLength(node As BoundArrayLength, arg As A) As R 10454Public Overridable Function VisitArrayLength(node As BoundArrayLength) As BoundNode 11166Public Overrides Function VisitArrayLength(node As BoundArrayLength) As BoundNode 12126Public Overrides Function VisitArrayLength(node As BoundArrayLength) As BoundNode 13242Public Overrides Function VisitArrayLength(node As BoundArrayLength, arg As Object) As TreeDumperNode
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (2)
903Public Overrides Function VisitArrayLength(node As BoundArrayLength) As BoundNode 904Dim rewritten = DirectCast(MyBase.VisitArrayLength(node), BoundArrayLength)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (2)
212Return VisitArrayLength(DirectCast(node, BoundArrayLength)) 715Private Function VisitArrayLength(node As BoundArrayLength) As BoundExpression