1 implementation of IAggregateQueryOperation
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9521
internal sealed partial class AggregateQueryOperation : Operation,
IAggregateQueryOperation
4 references to IAggregateQueryOperation
Microsoft.CodeAnalysis (4)
Generated\Operations.Generated.cs (3)
11286
internal override IOperation VisitAggregateQuery(
IAggregateQueryOperation
operation, object? argument)
11524
internal virtual void VisitAggregateQuery(
IAggregateQueryOperation
operation) => DefaultVisit(operation);
11663
internal virtual TResult? VisitAggregateQuery(
IAggregateQueryOperation
operation, TArgument argument) => DefaultVisit(operation, argument);
Operations\ControlFlowGraphBuilder.cs (1)
5449
internal override IOperation VisitAggregateQuery(
IAggregateQueryOperation
operation, int? captureIdForResult)