8 references to IsParenthesizedExpression
Microsoft.CodeAnalysis.Features (5)
AbstractUseCompoundAssignmentCodeFixProvider.cs (1)
72while (syntaxFacts.IsParenthesizedExpression(rightOfAssign))
ConvertToInterpolatedString\AbstractConvertConcatenationToInterpolatedStringRefactoringProvider.cs (1)
197var otherExpression = syntaxFacts.IsParenthesizedExpression(piece)
IntroduceVariable\AbstractIntroduceVariableService.State.cs (1)
197while (syntaxFacts.IsParenthesizedExpression(current.Parent))
InvertLogical\AbstractInvertLogicalCodeRefactoringProvider.cs (1)
125while (syntaxFacts.IsParenthesizedExpression(expression.Parent) ||
UseCompoundAssignmentUtilities.cs (1)
71if (syntaxFacts.IsParenthesizedExpression(expr))
Microsoft.CodeAnalysis.Workspaces (3)
ISyntaxFactsExtensions.cs (2)
290while (syntaxFacts.IsParenthesizedExpression(node)) 302while (syntaxFacts.IsParenthesizedExpression(node?.Parent))
SyntaxGeneratorExtensions_Negate.cs (1)
67if (syntaxFacts.IsParenthesizedExpression(expressionOrPattern))