3 writes to switchKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
13823
this.
switchKeyword
= switchKeyword;
13858
this.
switchKeyword
= switchKeyword;
13892
this.
switchKeyword
= switchKeyword;
5 references to switchKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13920
public SyntaxToken SwitchKeyword => this.
switchKeyword
;
13950
1 => this.
switchKeyword
,
13983
=> new SwitchStatementSyntax(this.Kind, this.attributeLists, this.
switchKeyword
, this.openParenToken, this.expression, this.closeParenToken, this.openBraceToken, this.sections, this.closeBraceToken, diagnostics, GetAnnotations());
13986
=> new SwitchStatementSyntax(this.Kind, this.attributeLists, this.
switchKeyword
, this.openParenToken, this.expression, this.closeParenToken, this.openBraceToken, this.sections, this.closeBraceToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
8604
public SyntaxToken SwitchKeyword => new SyntaxToken(this, ((InternalSyntax.SwitchStatementSyntax)this.Green).
switchKeyword
, GetChildPosition(1), GetChildIndex(1));