3 writes to classOrStructKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
19276
this.
classOrStructKeyword
= classOrStructKeyword;
19290
this.
classOrStructKeyword
= classOrStructKeyword;
19303
this.
classOrStructKeyword
= classOrStructKeyword;
5 references to classOrStructKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19312
public SyntaxToken ClassOrStructKeyword => this.
classOrStructKeyword
;
19319
0 => this.
classOrStructKeyword
,
19347
=> new ClassOrStructConstraintSyntax(this.Kind, this.
classOrStructKeyword
, this.questionToken, diagnostics, GetAnnotations());
19350
=> new ClassOrStructConstraintSyntax(this.Kind, this.
classOrStructKeyword
, this.questionToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
12084
public SyntaxToken ClassOrStructKeyword => new SyntaxToken(this, ((InternalSyntax.ClassOrStructConstraintSyntax)this.Green).
classOrStructKeyword
, Position, 0);