2 overrides of IsParenthesizedExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
SpeculationAnalyzer.cs (1)
644
protected override bool
IsParenthesizedExpression
(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
SpeculationAnalyzer.vb (1)
539
Protected Overrides Function
IsParenthesizedExpression
(node As SyntaxNode) As Boolean
1 reference to IsParenthesizedExpression
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractSpeculationAnalyzer.cs (1)
508
skipVerificationForCurrentNode = skipVerificationForCurrentNode &&
IsParenthesizedExpression
(currentReplacedNode);