2 references to GetExpressionOfParenthesizedExpression
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractRemoveUnnecessaryParenthesesDiagnosticAnalyzer.cs (1)
71var child = syntaxFacts.GetExpressionOfParenthesizedExpression(parenthesizedExpression);
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
SyntaxGeneratorExtensions_Negate.cs (1)
72syntaxFacts.GetExpressionOfParenthesizedExpression(expressionOrPattern),