3 writes to closeParenToken
Microsoft.CodeAnalysis.CSharp (3)
5 references to closeParenToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19225public SyntaxToken CloseParenToken => this.closeParenToken;
192322 => this.closeParenToken,
19259=> new ConstructorConstraintSyntax(this.Kind, this.newKeyword, this.openParenToken, this.closeParenToken, diagnostics, GetAnnotations());
19262=> new ConstructorConstraintSyntax(this.Kind, this.newKeyword, this.openParenToken, this.closeParenToken, GetDiagnostics(), annotations);