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