4 writes to _whileKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
17012
Me.
_whileKeyword
= whileKeyword
17024
Me.
_whileKeyword
= whileKeyword
17035
Me.
_whileKeyword
= whileKeyword
17047
Me.
_whileKeyword
= _whileKeyword
7 references to _whileKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
17060
writer.WriteValue(Me.
_whileKeyword
)
17077
Return Me.
_whileKeyword
17093
Return Me.
_whileKeyword
17104
Return new WhileStatementSyntax(Me.Kind, newErrors, GetAnnotations,
_whileKeyword
, _condition)
17108
Return new WhileStatementSyntax(Me.Kind, GetDiagnostics, annotations,
_whileKeyword
, _condition)
39686
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)