3 writes to keyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14234
this.
keyword
= keyword;
14247
this.
keyword
= keyword;
14259
this.
keyword
= keyword;
5 references to keyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14267
public override SyntaxToken Keyword => this.
keyword
;
14277
0 => this.
keyword
,
14306
=> new CaseSwitchLabelSyntax(this.Kind, this.
keyword
, this.value, this.colonToken, diagnostics, GetAnnotations());
14309
=> new CaseSwitchLabelSyntax(this.Kind, this.
keyword
, this.value, this.colonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
8871
public override SyntaxToken Keyword => new SyntaxToken(this, ((InternalSyntax.CaseSwitchLabelSyntax)this.Green).
keyword
, Position, 0);