3 writes to _whileKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
13420
Me.
_whileKeyword
= whileKeyword
13432
Me.
_whileKeyword
= whileKeyword
13443
Me.
_whileKeyword
= whileKeyword
6 references to _whileKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
13458
Return Me.
_whileKeyword
13474
Return Me.
_whileKeyword
13485
Return new WhileStatementSyntax(Me.Kind, newErrors, GetAnnotations,
_whileKeyword
, _condition)
13489
Return new WhileStatementSyntax(Me.Kind, GetDiagnostics, annotations,
_whileKeyword
, _condition)
31758
If node.
_whileKeyword
IsNot newWhileKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
18487
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.WhileStatementSyntax).
_whileKeyword
, Me.Position, 0)