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