1 implementation of ParenthesizedExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
113
public int
ParenthesizedExpression
=> (int)SyntaxKind.ParenthesizedExpression;
1 reference to ParenthesizedExpression
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
860
=> node?.RawKind == syntaxFacts.SyntaxKinds.
ParenthesizedExpression
;