2 references to PartitionWhileClause
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Main.Generated.vb (1)
38767
Return SyntaxFactory.
PartitionWhileClause
(kind, skipOrTakeKeyword, SyntaxFactory.Token(SyntaxKind.WhileKeyword), condition)
Generated\Syntax.xml.Syntax.Generated.vb (1)
28778
Dim newNode = SyntaxFactory.
PartitionWhileClause
(kind, skipOrTakeKeyword, whileKeyword, condition)