5 references to IsParenthesizedExpression
Microsoft.CodeAnalysis.CodeStyle (3)
ISyntaxFactsExtensions.cs (2)
290
while (syntaxFacts.
IsParenthesizedExpression
(node))
302
while (syntaxFacts.
IsParenthesizedExpression
(node?.Parent))
UseCompoundAssignmentUtilities.cs (1)
71
if (syntaxFacts.
IsParenthesizedExpression
(expr))
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
AbstractUseCompoundAssignmentCodeFixProvider.cs (1)
72
while (syntaxFacts.
IsParenthesizedExpression
(rightOfAssign))
SyntaxGeneratorExtensions_Negate.cs (1)
67
if (syntaxFacts.
IsParenthesizedExpression
(expressionOrPattern))