3 writes to closeParenToken
Microsoft.CodeAnalysis.CSharp (3)
5 references to closeParenToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
4040public SyntaxToken CloseParenToken => this.closeParenToken;
40483 => this.closeParenToken,
4075=> new SizeOfExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.type, this.closeParenToken, diagnostics, GetAnnotations());
4078=> new SizeOfExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.type, this.closeParenToken, GetDiagnostics(), annotations);