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