3 writes to openBracketToken
Microsoft.CodeAnalysis.CSharp (3)
5 references to openBracketToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
16009public SyntaxToken OpenBracketToken => this.openBracketToken;
160200 => this.openBracketToken,
16050=> new AttributeListSyntax(this.Kind, this.openBracketToken, this.target, this.attributes, this.closeBracketToken, diagnostics, GetAnnotations());
16053=> new AttributeListSyntax(this.Kind, this.openBracketToken, this.target, this.attributes, this.closeBracketToken, GetDiagnostics(), annotations);