3 writes to byKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7855
this.
byKeyword
= byKeyword;
7870
this.
byKeyword
= byKeyword;
7884
this.
byKeyword
= byKeyword;
5 references to byKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7891
public SyntaxToken ByKeyword => this.
byKeyword
;
7899
2 => this.
byKeyword
,
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)
4963
public SyntaxToken ByKeyword => new SyntaxToken(this, ((InternalSyntax.GroupClauseSyntax)this.Green).
byKeyword
, GetChildPosition(2), GetChildIndex(2));