15 references to TakeWhileClause
Microsoft.CodeAnalysis.VisualBasic (15)
Binding\Binder_Query.vb (1)
124Case SyntaxKind.TakeWhileClause
Binding\MemberSemanticModel.vb (1)
1379Case SyntaxKind.SkipWhileClause, SyntaxKind.TakeWhileClause
Generated\Syntax.xml.Internal.Generated.vb (4)
44172Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.TakeWhileClause, skipOrTakeKeyword, whileKeyword, condition, hash) 44177Dim result = New PartitionWhileClauseSyntax(SyntaxKind.TakeWhileClause, skipOrTakeKeyword, whileKeyword, condition) 56238Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.TakeWhileClause, skipOrTakeKeyword, whileKeyword, condition, _factoryContext, hash) 56243Dim result = New PartitionWhileClauseSyntax(SyntaxKind.TakeWhileClause, skipOrTakeKeyword, whileKeyword, condition, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (3)
38581Return New PartitionWhileClauseSyntax(SyntaxKind.TakeWhileClause, Nothing, Nothing, DirectCast(skipOrTakeKeyword.Node, InternalSyntax.KeywordSyntax), DirectCast(whileKeyword.Node, InternalSyntax.KeywordSyntax), condition) 38745Case SyntaxKind.TakeWhileClause 44849SyntaxKind.TakeWhileClause
Generated\Syntax.xml.Syntax.Generated.vb (1)
28661''' <item><description><see cref="SyntaxKind.TakeWhileClause"/></description></item>
Syntax\LambdaUtilities.vb (3)
23SyntaxKind.TakeWhileClause, 372SyntaxKind.TakeWhileClause, 500Case SyntaxKind.TakeWhileClause,
Syntax\SyntaxFacts.vb (1)
938Return parentKind <> SyntaxKind.TakeWhileClause
Syntax\SyntaxNodeExtensions.vb (1)
349Case SyntaxKind.SkipWhileClause, SyntaxKind.TakeWhileClause