3 writes to openBraceToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
15593
this.
openBraceToken
= openBraceToken;
15638
this.
openBraceToken
= openBraceToken;
15682
this.
openBraceToken
= openBraceToken;
5 references to openBraceToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
15711
public SyntaxToken OpenBraceToken => this.
openBraceToken
;
15726
4 => this.
openBraceToken
,
15758
=> new NamespaceDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.namespaceKeyword, this.name, this.
openBraceToken
, this.externs, this.usings, this.members, this.closeBraceToken, this.semicolonToken, diagnostics, GetAnnotations());
15761
=> new NamespaceDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.namespaceKeyword, this.name, this.
openBraceToken
, this.externs, this.usings, this.members, this.closeBraceToken, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
9704
public SyntaxToken OpenBraceToken => new SyntaxToken(this, ((InternalSyntax.NamespaceDeclarationSyntax)this.Green).
openBraceToken
, GetChildPosition(4), GetChildIndex(4));