24 references to WhereClause
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_Query.vb (1)
118
Case SyntaxKind.
WhereClause
Binding\MemberSemanticModel.vb (1)
1375
Case SyntaxKind.
WhereClause
Generated\Syntax.xml.Internal.Generated.vb (4)
52046
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
WhereClause
, whereKeyword, condition, hash)
52051
Dim result = New WhereClauseSyntax(SyntaxKind.
WhereClause
, whereKeyword, condition)
64124
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
WhereClause
, whereKeyword, condition, _factoryContext, hash)
64129
Dim result = New WhereClauseSyntax(SyntaxKind.
WhereClause
, whereKeyword, condition, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (1)
38277
Return New WhereClauseSyntax(SyntaxKind.
WhereClause
, Nothing, Nothing, DirectCast(whereKeyword.Node, InternalSyntax.KeywordSyntax), condition)
Generated\Syntax.xml.Syntax.Generated.vb (1)
28548
''' <item><description><see cref="SyntaxKind.
WhereClause
"/></description></item>
Syntax\LambdaUtilities.vb (3)
22
SyntaxKind.
WhereClause
,
367
Case SyntaxKind.
WhereClause
,
493
Case SyntaxKind.
WhereClause
Syntax\SyntaxNodeExtensions.vb (1)
346
Case SyntaxKind.
WhereClause
Microsoft.CodeAnalysis.VisualBasic.Features (8)
EditAndContinue\BreakpointSpans.vb (1)
194
Case SyntaxKind.
WhereClause
EditAndContinue\SyntaxComparer.vb (1)
636
Case SyntaxKind.
WhereClause
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (3)
1473
SyntaxKind.
WhereClause
,
1692
Case SyntaxKind.
WhereClause
2070
Case SyntaxKind.
WhereClause
LambdaUtilities.vb (3)
22
SyntaxKind.
WhereClause
,
367
Case SyntaxKind.
WhereClause
,
493
Case SyntaxKind.
WhereClause
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (4)
Syntax\SeparatedSyntaxListTests.vb (2)
214
Assert.Equal(-1, list.IndexOf(SyntaxKind.
WhereClause
))
215
Assert.False(list.Any(SyntaxKind.
WhereClause
))
Syntax\SyntaxListTests.vb (2)
208
Assert.Equal(-1, list.IndexOf(SyntaxKind.
WhereClause
))
209
Assert.False(list.Any(SyntaxKind.
WhereClause
))