3 writes to groupKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7851
this.
groupKeyword
= groupKeyword;
7866
this.
groupKeyword
= groupKeyword;
7880
this.
groupKeyword
= groupKeyword;
5 references to groupKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7889
public SyntaxToken GroupKeyword => this.
groupKeyword
;
7897
0 => this.
groupKeyword
,
7927
=> new GroupClauseSyntax(this.Kind, this.
groupKeyword
, this.groupExpression, this.byKeyword, this.byExpression, diagnostics, GetAnnotations());
7930
=> new GroupClauseSyntax(this.Kind, this.
groupKeyword
, this.groupExpression, this.byKeyword, this.byExpression, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4959
public SyntaxToken GroupKeyword => new SyntaxToken(this, ((InternalSyntax.GroupClauseSyntax)this.Green).
groupKeyword
, Position, 0);