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