3 writes to closeBracketToken
Microsoft.CodeAnalysis.CSharp (3)
5 references to closeBracketToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
16015public SyntaxToken CloseBracketToken => this.closeBracketToken;
160233 => this.closeBracketToken,
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);