4 references to AggregateClause
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\MemberSemanticModel.vb (1)
1005If bound IsNot Nothing AndAlso bound.Kind = BoundKind.AggregateClause Then
BoundTree\BoundExpressionExtensions.vb (1)
602Case BoundKind.AggregateClause
Generated\BoundNodes.xml.Generated.vb (2)
7424MyBase.New(BoundKind.AggregateClause, syntax, rangeVariables, compoundVariableType, binders, type, hasErrors OrElse capturedGroupOpt.NonNullAndHasErrors() OrElse groupPlaceholderOpt.NonNullAndHasErrors() OrElse underlyingExpression.NonNullAndHasErrors()) 9616Case BoundKind.AggregateClause