3 writes to _doKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
13121Me._doKeyword = doKeyword 13135Me._doKeyword = doKeyword 13148Me._doKeyword = doKeyword
6 references to _doKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
13165Return Me._doKeyword 13185Return Me._doKeyword 13196Return new DoStatementSyntax(Me.Kind, newErrors, GetAnnotations, _doKeyword, _whileOrUntilClause) 13200Return new DoStatementSyntax(Me.Kind, GetDiagnostics, annotations, _doKeyword, _whileOrUntilClause) 31713If node._doKeyword IsNot newDoKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
18131return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DoStatementSyntax)._doKeyword, Me.Position, 0)