Implemented interface member:
property
Group
Microsoft.CodeAnalysis.Operations.IAggregateQueryOperation.Group
1 write to Group
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9526
Group
= SetParentOperation(group, this);
6 references to Group
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9533
(
Group
is null ? 0 : 1) +
9538
0 when
Group
!= null
9539
=>
Group
,
9549
if (
Group
!= null) return (true, 0, 0);
9569
if (
Group
!= null) return (true, 0, 0);
11289
return new AggregateQueryOperation(Visit(internalOperation.
Group
), Visit(internalOperation.Aggregation), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);