4 writes to _eachKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
17851Me._eachKeyword = eachKeyword 17865Me._eachKeyword = eachKeyword 17878Me._eachKeyword = eachKeyword 17892Me._eachKeyword = _eachKeyword
7 references to _eachKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
17910writer.WriteValue(Me._eachKeyword) 17928Return Me._eachKeyword 17955Return Me._eachKeyword 17970Return new ForEachStatementSyntax(Me.Kind, newErrors, GetAnnotations, _forKeyword, _eachKeyword, _controlVariable, _inKeyword, _expression) 17974Return new ForEachStatementSyntax(Me.Kind, GetDiagnostics, annotations, _forKeyword, _eachKeyword, _controlVariable, _inKeyword, _expression) 39777If node._eachKeyword IsNot newEachKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
19512return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ForEachStatementSyntax)._eachKeyword, Me.GetChildPosition(1), Me.GetChildIndex(1))