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