4 writes to _eachKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
17851
Me.
_eachKeyword
= eachKeyword
17865
Me.
_eachKeyword
= eachKeyword
17878
Me.
_eachKeyword
= eachKeyword
17892
Me.
_eachKeyword
= _eachKeyword
7 references to _eachKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
17910
writer.WriteValue(Me.
_eachKeyword
)
17928
Return Me.
_eachKeyword
17955
Return Me.
_eachKeyword
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)
39777
If node.
_eachKeyword
IsNot newEachKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
19512
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ForEachStatementSyntax).
_eachKeyword
, Me.GetChildPosition(1), Me.GetChildIndex(1))