3 writes to whereKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7527
this.
whereKeyword
= whereKeyword;
7538
this.
whereKeyword
= whereKeyword;
7548
this.
whereKeyword
= whereKeyword;
5 references to whereKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7553
public SyntaxToken WhereKeyword => this.
whereKeyword
;
7559
0 => this.
whereKeyword
,
7587
=> new WhereClauseSyntax(this.Kind, this.
whereKeyword
, this.condition, diagnostics, GetAnnotations());
7590
=> new WhereClauseSyntax(this.Kind, this.
whereKeyword
, this.condition, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4773
public SyntaxToken WhereKeyword => new SyntaxToken(this, ((InternalSyntax.WhereClauseSyntax)this.Green).
whereKeyword
, Position, 0);