28 references to SkipWhileClause
Microsoft.CodeAnalysis.VisualBasic (15)
Binding\Binder_Query.vb (1)
121Case SyntaxKind.SkipWhileClause
Binding\MemberSemanticModel.vb (1)
1379Case SyntaxKind.SkipWhileClause, SyntaxKind.TakeWhileClause
Generated\Syntax.xml.Internal.Generated.vb (4)
52079Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.SkipWhileClause, skipOrTakeKeyword, whileKeyword, condition, hash) 52084Dim result = New PartitionWhileClauseSyntax(SyntaxKind.SkipWhileClause, skipOrTakeKeyword, whileKeyword, condition) 64157Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.SkipWhileClause, skipOrTakeKeyword, whileKeyword, condition, _factoryContext, hash) 64162Dim result = New PartitionWhileClauseSyntax(SyntaxKind.SkipWhileClause, skipOrTakeKeyword, whileKeyword, condition, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (3)
38429Return New PartitionWhileClauseSyntax(SyntaxKind.SkipWhileClause, Nothing, Nothing, DirectCast(skipOrTakeKeyword.Node, InternalSyntax.KeywordSyntax), DirectCast(whileKeyword.Node, InternalSyntax.KeywordSyntax), condition) 38743Case SyntaxKind.SkipWhileClause 44848SyntaxKind.SkipWhileClause,
Generated\Syntax.xml.Syntax.Generated.vb (1)
28660''' <item><description><see cref="SyntaxKind.SkipWhileClause"/></description></item>
Syntax\LambdaUtilities.vb (3)
24SyntaxKind.SkipWhileClause, 369SyntaxKind.SkipWhileClause, 497SyntaxKind.SkipWhileClause
Syntax\SyntaxFacts.vb (1)
932Return parentKind <> SyntaxKind.SkipWhileClause
Syntax\SyntaxNodeExtensions.vb (1)
349Case SyntaxKind.SkipWhileClause, SyntaxKind.TakeWhileClause
Microsoft.CodeAnalysis.VisualBasic.Features (8)
EditAndContinue\BreakpointSpans.vb (1)
206Case SyntaxKind.SkipWhileClause,
EditAndContinue\SyntaxComparer.vb (1)
647SyntaxKind.SkipWhileClause
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (3)
1476SyntaxKind.SkipWhileClause, 1725SyntaxKind.SkipWhileClause 2104Case SyntaxKind.SkipWhileClause
LambdaUtilities.vb (3)
24SyntaxKind.SkipWhileClause, 369SyntaxKind.SkipWhileClause, 497SyntaxKind.SkipWhileClause
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (4)
Parser\ParseExpression.vb (3)
657Assert.Equal(SyntaxKind.SkipWhileClause, GetOperator(expr, 1).Kind) 667Assert.Equal(SyntaxKind.SkipWhileClause, GetOperator(expr, 2).Kind) 686Assert.Equal(SyntaxKind.SkipWhileClause, GetOperator(expr, 2).Kind)
Syntax\SyntaxFactsTest.vb (1)
727For Each item As SyntaxKind In {SyntaxKind.SkipWhileClause, SyntaxKind.TakeWhileClause}
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Help\VisualBasicHelpContextService.Visitor.vb (1)
723If node.IsKind(SyntaxKind.SkipWhileClause) Then