1 override of IsParenthesizedExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Utilities\SpeculationAnalyzer.cs (1)
662
protected override bool
IsParenthesizedExpression
(SyntaxNode node)
1 reference to IsParenthesizedExpression
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AbstractSpeculationAnalyzer.cs (1)
551
skipVerificationForCurrentNode = skipVerificationForCurrentNode &&
IsParenthesizedExpression
(currentReplacedNode);