4 writes to _toKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
17528Me._toKeyword = toKeyword 17548Me._toKeyword = toKeyword 17567Me._toKeyword = toKeyword 17593Me._toKeyword = _toKeyword
7 references to _toKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
17613writer.WriteValue(Me._toKeyword) 17649Return Me._toKeyword 17685Return Me._toKeyword 17698Return new ForStatementSyntax(Me.Kind, newErrors, GetAnnotations, _forKeyword, _controlVariable, _equalsToken, _fromValue, _toKeyword, _toValue, _stepClause) 17702Return new ForStatementSyntax(Me.Kind, GetDiagnostics, annotations, _forKeyword, _controlVariable, _equalsToken, _fromValue, _toKeyword, _toValue, _stepClause) 39743If node._toKeyword IsNot newToKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
19210return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ForStatementSyntax)._toKeyword, Me.GetChildPosition(4), Me.GetChildIndex(4))