8 references to Expression
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_Statements.vb (3)
711
Dim redimTarget = BindAssignmentTarget(redimOperand.
Expression
, diagnostics)
717
AdjustAssignmentTarget(redimOperand.
Expression
, redimTarget, diagnostics, redimClauseHasErrors)
751
ReportDiagnostic(diagnostics, redimOperand.
Expression
, ERRID.ERR_ExpectedArray1, "Redim")
Generated\Syntax.xml.Main.Generated.vb (2)
3702
Dim newExpression = DirectCast(Visit(node.
Expression
), ExpressionSyntax)
3703
If node.
Expression
IsNot newExpression Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
21055
return Update(Me.
Expression
, arrayBounds)
21077
Return Me.
Expression
21105
If expression IsNot Me.
Expression
OrElse arrayBounds IsNot Me.ArrayBounds Then