3 writes to _expression
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
12195
Me.
_expression
= expression
12211
Me.
_expression
= expression
12226
Me.
_expression
= expression
6 references to _expression
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
12260
Return Me.
_expression
12271
Return Me.
_expression
12280
Return new SelectStatementSyntax(Me.Kind, newErrors, GetAnnotations, _selectKeyword, _caseKeyword,
_expression
)
12284
Return new SelectStatementSyntax(Me.Kind, GetDiagnostics, annotations, _selectKeyword, _caseKeyword,
_expression
)
31577
Dim newExpression = DirectCast(Visit(node.
_expression
), ExpressionSyntax)
31578
If node.
_expression
IsNot newExpression Then anyChanges = True