3 writes to whereKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
19068
this.
whereKeyword
= whereKeyword;
19086
this.
whereKeyword
= whereKeyword;
19103
this.
whereKeyword
= whereKeyword;
5 references to whereKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19115
public SyntaxToken WhereKeyword => this.
whereKeyword
;
19126
0 => this.
whereKeyword
,
19156
=> new TypeParameterConstraintClauseSyntax(this.Kind, this.
whereKeyword
, this.name, this.colonToken, this.constraints, diagnostics, GetAnnotations());
19159
=> new TypeParameterConstraintClauseSyntax(this.Kind, this.
whereKeyword
, this.name, this.colonToken, this.constraints, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
11953
public SyntaxToken WhereKeyword => new SyntaxToken(this, ((InternalSyntax.TypeParameterConstraintClauseSyntax)this.Green).
whereKeyword
, Position, 0);