3 writes to openParenToken
Microsoft.CodeAnalysis.CSharp (3)
5 references to openParenToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
3937public SyntaxToken OpenParenToken => this.openParenToken;
39471 => this.openParenToken,
3976=> new TypeOfExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.type, this.closeParenToken, diagnostics, GetAnnotations());
3979=> new TypeOfExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.type, this.closeParenToken, GetDiagnostics(), annotations);