3 references to GetExpressionOfParenthesizedExpression
Microsoft.CodeAnalysis.CodeStyle (1)
src\Analyzers\Core\Analyzers\RemoveUnnecessaryParentheses\AbstractRemoveUnnecessaryParenthesesDiagnosticAnalyzer.cs (1)
74
var child = syntaxFacts.
GetExpressionOfParenthesizedExpression
(parenthesizedExpression);
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Analyzers\Core\CodeFixes\SimplifyLinqExpression\SimplifyLinqExpressionCodeFixProvider.cs (1)
64
innerInvocationExpression = syntaxFacts.
GetExpressionOfParenthesizedExpression
(innerInvocationExpression);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
71
syntaxFacts.
GetExpressionOfParenthesizedExpression
(expressionOrPattern),