3 writes to allowsKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
19494
this.
allowsKeyword
= allowsKeyword;
19508
this.
allowsKeyword
= allowsKeyword;
19521
this.
allowsKeyword
= allowsKeyword;
5 references to allowsKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19529
public SyntaxToken AllowsKeyword => this.
allowsKeyword
;
19536
0 => this.
allowsKeyword
,
19564
=> new AllowsConstraintClauseSyntax(this.Kind, this.
allowsKeyword
, this.constraints, diagnostics, GetAnnotations());
19567
=> new AllowsConstraintClauseSyntax(this.Kind, this.
allowsKeyword
, this.constraints, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
12216
public SyntaxToken AllowsKeyword => new SyntaxToken(this, ((InternalSyntax.AllowsConstraintClauseSyntax)this.Green).
allowsKeyword
, Position, 0);