4 writes to _expression
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
17855
Me.
_expression
= expression
17869
Me.
_expression
= expression
17882
Me.
_expression
= expression
17902
Me.
_expression
= _expression
7 references to _expression
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
17912
writer.WriteValue(Me.
_expression
)
17946
Return Me.
_expression
17961
Return Me.
_expression
17970
Return new ForEachStatementSyntax(Me.Kind, newErrors, GetAnnotations, _forKeyword, _eachKeyword, _controlVariable, _inKeyword,
_expression
)
17974
Return new ForEachStatementSyntax(Me.Kind, GetDiagnostics, annotations, _forKeyword, _eachKeyword, _controlVariable, _inKeyword,
_expression
)
39782
Dim newExpression = DirectCast(Visit(node.
_expression
), ExpressionSyntax)
39783
If node.
_expression
IsNot newExpression Then anyChanges = True