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