4 writes to _forStatement
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _forStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
17269writer.WriteValue(Me._forStatement)
17285Return Me._forStatement
17292Return Me._forStatement
17305Return new ForBlockSyntax(Me.Kind, newErrors, GetAnnotations, _forStatement, _statements, _nextStatement)
17309Return new ForBlockSyntax(Me.Kind, GetDiagnostics, annotations, _forStatement, _statements, _nextStatement)
39700Dim newForStatement = DirectCast(Visit(node._forStatement), ForStatementSyntax)
39701If node._forStatement IsNot newForStatement Then anyChanges = True