4 writes to _whileKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
17012Me._whileKeyword = whileKeyword 17024Me._whileKeyword = whileKeyword 17035Me._whileKeyword = whileKeyword 17047Me._whileKeyword = _whileKeyword
7 references to _whileKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
17060writer.WriteValue(Me._whileKeyword) 17077Return Me._whileKeyword 17093Return Me._whileKeyword 17104Return new WhileStatementSyntax(Me.Kind, newErrors, GetAnnotations, _whileKeyword, _condition) 17108Return new WhileStatementSyntax(Me.Kind, GetDiagnostics, annotations, _whileKeyword, _condition) 39686If node._whileKeyword IsNot newWhileKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
18487return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.WhileStatementSyntax)._whileKeyword, Me.Position, 0)