3 writes to whereKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
19068this.whereKeyword = whereKeyword; 19086this.whereKeyword = whereKeyword; 19103this.whereKeyword = whereKeyword;
5 references to whereKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19115public SyntaxToken WhereKeyword => this.whereKeyword; 191260 => 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)
11953public SyntaxToken WhereKeyword => new SyntaxToken(this, ((InternalSyntax.TypeParameterConstraintClauseSyntax)this.Green).whereKeyword, Position, 0);