4 writes to _forKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
17432
Me.
_forKeyword
= forKeyword
17443
Me.
_forKeyword
= forKeyword
17453
Me.
_forKeyword
= forKeyword
17464
Me.
_forKeyword
= _forKeyword
13 references to _forKeyword
Microsoft.CodeAnalysis.VisualBasic (13)
Generated\Syntax.xml.Internal.Generated.vb (10)
17475
writer.WriteValue(Me.
_forKeyword
)
17484
Return Me.
_forKeyword
17677
Return Me.
_forKeyword
17698
Return new ForStatementSyntax(Me.Kind, newErrors, GetAnnotations,
_forKeyword
, _controlVariable, _equalsToken, _fromValue, _toKeyword, _toValue, _stepClause)
17702
Return new ForStatementSyntax(Me.Kind, GetDiagnostics, annotations,
_forKeyword
, _controlVariable, _equalsToken, _fromValue, _toKeyword, _toValue, _stepClause)
17953
Return Me.
_forKeyword
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)
39735
If node.
_forKeyword
IsNot newForKeyword Then anyChanges = True
39775
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)