3 writes to openBraceToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
18111
this.
openBraceToken
= openBraceToken;
18157
this.
openBraceToken
= openBraceToken;
18202
this.
openBraceToken
= openBraceToken;
5 references to openBraceToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
18227
public override SyntaxToken? OpenBraceToken => this.
openBraceToken
;
18242
5 => this.
openBraceToken
,
18272
=> new EnumDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.enumKeyword, this.identifier, this.baseList, this.
openBraceToken
, this.members, this.closeBraceToken, this.semicolonToken, diagnostics, GetAnnotations());
18275
=> new EnumDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.enumKeyword, this.identifier, this.baseList, this.
openBraceToken
, this.members, this.closeBraceToken, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
11337
var slot = ((Syntax.InternalSyntax.EnumDeclarationSyntax)this.Green).
openBraceToken
;