3 writes to _whileKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
20894Me._whileKeyword = whileKeyword 20908Me._whileKeyword = whileKeyword 20921Me._whileKeyword = whileKeyword
6 references to _whileKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
20945Return Me._whileKeyword 20963Return Me._whileKeyword 20974Return new PartitionWhileClauseSyntax(Me.Kind, newErrors, GetAnnotations, _skipOrTakeKeyword, _whileKeyword, _condition) 20978Return new PartitionWhileClauseSyntax(Me.Kind, GetDiagnostics, annotations, _skipOrTakeKeyword, _whileKeyword, _condition) 32871If node._whileKeyword IsNot newWhileKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
28702return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.PartitionWhileClauseSyntax)._whileKeyword, Me.GetChildPosition(1), Me.GetChildIndex(1))