4 writes to _forEachStatement
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
17333Me._forEachStatement = forEachStatement 17343Me._forEachStatement = forEachStatement 17352Me._forEachStatement = forEachStatement 17362Me._forEachStatement = _forEachStatement
7 references to _forEachStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
17370writer.WriteValue(Me._forEachStatement) 17386Return Me._forEachStatement 17393Return Me._forEachStatement 17406Return new ForEachBlockSyntax(Me.Kind, newErrors, GetAnnotations, _forEachStatement, _statements, _nextStatement) 17410Return new ForEachBlockSyntax(Me.Kind, GetDiagnostics, annotations, _forEachStatement, _statements, _nextStatement) 39717Dim newForEachStatement = DirectCast(Visit(node._forEachStatement), ForEachStatementSyntax) 39718If node._forEachStatement IsNot newForEachStatement Then anyChanges = True