Implemented interface member:
property
Group
Microsoft.CodeAnalysis.Operations.IAggregateQueryOperation.Group
1 write to Group
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9153
Group
= SetParentOperation(group, this);
6 references to Group
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9160
(
Group
is null ? 0 : 1) +
9165
0 when
Group
!= null
9166
=>
Group
,
9176
if (
Group
!= null) return (true, 0, 0);
9196
if (
Group
!= null) return (true, 0, 0);
10739
return new AggregateQueryOperation(Visit(internalOperation.
Group
), Visit(internalOperation.Aggregation), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);