3 writes to gotoKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
11453
this.
gotoKeyword
= gotoKeyword;
11479
this.
gotoKeyword
= gotoKeyword;
11504
this.
gotoKeyword
= gotoKeyword;
5 references to gotoKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
11523
public SyntaxToken GotoKeyword => this.
gotoKeyword
;
11541
1 => this.
gotoKeyword
,
11571
=> new GotoStatementSyntax(this.Kind, this.attributeLists, this.
gotoKeyword
, this.caseOrDefaultKeyword, this.expression, this.semicolonToken, diagnostics, GetAnnotations());
11574
=> new GotoStatementSyntax(this.Kind, this.attributeLists, this.
gotoKeyword
, this.caseOrDefaultKeyword, this.expression, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
7147
public SyntaxToken GotoKeyword => new SyntaxToken(this, ((InternalSyntax.GotoStatementSyntax)this.Green).
gotoKeyword
, GetChildPosition(1), GetChildIndex(1));