15 references to SkipWhileClause
Microsoft.CodeAnalysis.VisualBasic (15)
Binding\Binder_Query.vb (1)
121
Case SyntaxKind.
SkipWhileClause
Binding\MemberSemanticModel.vb (1)
1379
Case SyntaxKind.
SkipWhileClause
, SyntaxKind.TakeWhileClause
Generated\Syntax.xml.Internal.Generated.vb (4)
44139
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
SkipWhileClause
, skipOrTakeKeyword, whileKeyword, condition, hash)
44144
Dim result = New PartitionWhileClauseSyntax(SyntaxKind.
SkipWhileClause
, skipOrTakeKeyword, whileKeyword, condition)
56205
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
SkipWhileClause
, skipOrTakeKeyword, whileKeyword, condition, _factoryContext, hash)
56210
Dim result = New PartitionWhileClauseSyntax(SyntaxKind.
SkipWhileClause
, skipOrTakeKeyword, whileKeyword, condition, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (3)
38429
Return New PartitionWhileClauseSyntax(SyntaxKind.
SkipWhileClause
, Nothing, Nothing, DirectCast(skipOrTakeKeyword.Node, InternalSyntax.KeywordSyntax), DirectCast(whileKeyword.Node, InternalSyntax.KeywordSyntax), condition)
38743
Case SyntaxKind.
SkipWhileClause
44848
SyntaxKind.
SkipWhileClause
,
Generated\Syntax.xml.Syntax.Generated.vb (1)
28660
''' <item><description><see cref="SyntaxKind.
SkipWhileClause
"/></description></item>
Syntax\LambdaUtilities.vb (3)
24
SyntaxKind.
SkipWhileClause
,
373
SyntaxKind.
SkipWhileClause
,
501
SyntaxKind.
SkipWhileClause
Syntax\SyntaxFacts.vb (1)
932
Return parentKind <> SyntaxKind.
SkipWhileClause
Syntax\SyntaxNodeExtensions.vb (1)
349
Case SyntaxKind.
SkipWhileClause
, SyntaxKind.TakeWhileClause