3 writes to closeBracketToken
Microsoft.CodeAnalysis.CSharp (3)
5 references to closeBracketToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
1156public SyntaxToken CloseBracketToken => this.closeBracketToken;
11632 => this.closeBracketToken,
1190=> new FunctionPointerUnmanagedCallingConventionListSyntax(this.Kind, this.openBracketToken, this.callingConventions, this.closeBracketToken, diagnostics, GetAnnotations());
1193=> new FunctionPointerUnmanagedCallingConventionListSyntax(this.Kind, this.openBracketToken, this.callingConventions, this.closeBracketToken, GetDiagnostics(), annotations);