3 writes to selectOrGroup
Microsoft.CodeAnalysis.CSharp (3)
4 references to selectOrGroup
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7024public SelectOrGroupClauseSyntax SelectOrGroup => this.selectOrGroup;
70311 => this.selectOrGroup,
7059=> new QueryBodySyntax(this.Kind, this.clauses, this.selectOrGroup, this.continuation, diagnostics, GetAnnotations());
7062=> new QueryBodySyntax(this.Kind, this.clauses, this.selectOrGroup, this.continuation, GetDiagnostics(), annotations);