3 writes to openBraceToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
18111this.openBraceToken = openBraceToken; 18157this.openBraceToken = openBraceToken; 18202this.openBraceToken = openBraceToken;
5 references to openBraceToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
18227public override SyntaxToken? OpenBraceToken => this.openBraceToken; 182425 => 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)
11337var slot = ((Syntax.InternalSyntax.EnumDeclarationSyntax)this.Green).openBraceToken;