3 writes to whenKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
8355
this.
whenKeyword
= whenKeyword;
8366
this.
whenKeyword
= whenKeyword;
8376
this.
whenKeyword
= whenKeyword;
5 references to whenKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
8381
public SyntaxToken WhenKeyword => this.
whenKeyword
;
8387
0 => this.
whenKeyword
,
8415
=> new WhenClauseSyntax(this.Kind, this.
whenKeyword
, this.condition, diagnostics, GetAnnotations());
8418
=> new WhenClauseSyntax(this.Kind, this.
whenKeyword
, this.condition, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
5260
public SyntaxToken WhenKeyword => new SyntaxToken(this, ((InternalSyntax.WhenClauseSyntax)this.Green).
whenKeyword
, Position, 0);