3 references to IsQueryStartingClause
Microsoft.CodeAnalysis.VisualBasic.Features (3)
LambdaUtilities.vb (3)
181
If clause.IsKind(SyntaxKind.AggregateClause) AndAlso Not
IsQueryStartingClause
(clause) Then
192
If parentClause.IsKind(SyntaxKind.AggregateClause) AndAlso Not
IsQueryStartingClause
(parentClause) Then
565
If
IsQueryStartingClause
(clause) Then