4 writes to _whileKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
26537Me._whileKeyword = whileKeyword 26551Me._whileKeyword = whileKeyword 26564Me._whileKeyword = whileKeyword 26581Me._whileKeyword = _whileKeyword
7 references to _whileKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
26595writer.WriteValue(Me._whileKeyword) 26621Return Me._whileKeyword 26639Return Me._whileKeyword 26650Return new PartitionWhileClauseSyntax(Me.Kind, newErrors, GetAnnotations, _skipOrTakeKeyword, _whileKeyword, _condition) 26654Return new PartitionWhileClauseSyntax(Me.Kind, GetDiagnostics, annotations, _skipOrTakeKeyword, _whileKeyword, _condition) 40799If 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))