9 references to IsParenthesizedExpression
Microsoft.CodeAnalysis.Features (6)
ConvertToInterpolatedString\AbstractConvertConcatenationToInterpolatedStringRefactoringProvider.cs (1)
214converted = syntaxFacts.IsParenthesizedExpression(converted)
IntroduceVariable\AbstractIntroduceVariableService.State.cs (1)
210while (syntaxFacts.IsParenthesizedExpression(current.Parent))
InvertLogical\AbstractInvertLogicalCodeRefactoringProvider.cs (1)
124while (syntaxFacts.IsParenthesizedExpression(expression.Parent) ||
src\Analyzers\Core\Analyzers\UseCompoundAssignment\UseCompoundAssignmentUtilities.cs (1)
70if (syntaxFacts.IsParenthesizedExpression(expr))
src\Analyzers\Core\CodeFixes\AddExplicitCast\AbstractAddExplicitCastCodeFixProvider.cs (1)
129if (syntaxFacts.IsParenthesizedExpression(currentTarget.Parent))
src\Analyzers\Core\CodeFixes\UseCompoundAssignment\AbstractUseCompoundAssignmentCodeFixProvider.cs (1)
70while (syntaxFacts.IsParenthesizedExpression(rightOfAssign))
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (2)
288while (syntaxFacts.IsParenthesizedExpression(node)) 300while (syntaxFacts.IsParenthesizedExpression(node?.Parent))
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
66if (syntaxFacts.IsParenthesizedExpression(expressionOrPattern))