3 writes to closeBracketToken
Microsoft.CodeAnalysis.CSharp (3)
5 references to closeBracketToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
9573public SyntaxToken CloseBracketToken => this.closeBracketToken;
95812 => this.closeBracketToken,
9609=> new ListPatternSyntax(this.Kind, this.openBracketToken, this.patterns, this.closeBracketToken, this.designation, diagnostics, GetAnnotations());
9612=> new ListPatternSyntax(this.Kind, this.openBracketToken, this.patterns, this.closeBracketToken, this.designation, GetDiagnostics(), annotations);