3 writes to openBraceToken
Microsoft.CodeAnalysis.CSharp (3)
5 references to openBraceToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
9853public SyntaxToken OpenBraceToken => this.openBraceToken;
98650 => this.openBraceToken,
9896=> new InterpolationSyntax(this.Kind, this.openBraceToken, this.expression, this.alignmentClause, this.formatClause, this.closeBraceToken, diagnostics, GetAnnotations());
9899=> new InterpolationSyntax(this.Kind, this.openBraceToken, this.expression, this.alignmentClause, this.formatClause, this.closeBraceToken, GetDiagnostics(), annotations);