3 writes to _forKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
13751
Me.
_forKeyword
= forKeyword
13762
Me.
_forKeyword
= forKeyword
13772
Me.
_forKeyword
= forKeyword
12 references to _forKeyword
Microsoft.CodeAnalysis.VisualBasic (12)
Generated\Syntax.xml.Internal.Generated.vb (9)
13783
Return Me.
_forKeyword
13931
Return Me.
_forKeyword
13952
Return new ForStatementSyntax(Me.Kind, newErrors, GetAnnotations,
_forKeyword
, _controlVariable, _equalsToken, _fromValue, _toKeyword, _toValue, _stepClause)
13956
Return new ForStatementSyntax(Me.Kind, GetDiagnostics, annotations,
_forKeyword
, _controlVariable, _equalsToken, _fromValue, _toKeyword, _toValue, _stepClause)
14147
Return Me.
_forKeyword
14164
Return new ForEachStatementSyntax(Me.Kind, newErrors, GetAnnotations,
_forKeyword
, _eachKeyword, _controlVariable, _inKeyword, _expression)
14168
Return new ForEachStatementSyntax(Me.Kind, GetDiagnostics, annotations,
_forKeyword
, _eachKeyword, _controlVariable, _inKeyword, _expression)
31807
If node.
_forKeyword
IsNot newForKeyword Then anyChanges = True
31847
If node.
_forKeyword
IsNot newForKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
19042
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ForOrForEachStatementSyntax).
_forKeyword
, Me.Position, 0)
19119
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ForStatementSyntax).
_forKeyword
, Me.Position, 0)
19486
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ForEachStatementSyntax).
_forKeyword
, Me.Position, 0)