3 writes to openParenToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
13827
this.
openParenToken
= openParenToken;
13862
this.
openParenToken
= openParenToken;
13896
this.
openParenToken
= openParenToken;
5 references to openParenToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13924
public SyntaxToken? OpenParenToken => this.
openParenToken
;
13951
2 => this.
openParenToken
,
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)
8613
var slot = ((Syntax.InternalSyntax.SwitchStatementSyntax)this.Green).
openParenToken
;