3 references to IsQueryStartingClause
Microsoft.CodeAnalysis.VisualBasic.Features (3)
src\Compilers\VisualBasic\Portable\Syntax\LambdaUtilities.vb (3)
182
If clause.IsKind(SyntaxKind.AggregateClause) AndAlso Not
IsQueryStartingClause
(clause) Then
193
If parentClause.IsKind(SyntaxKind.AggregateClause) AndAlso Not
IsQueryStartingClause
(parentClause) Then
570
If
IsQueryStartingClause
(clause) Then