2 references to CanRemoveParentheses
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpRemoveUnnecessaryPatternParenthesesDiagnosticAnalyzer.cs (1)
38
var result = parenthesizedPattern.
CanRemoveParentheses
();
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\Reducers\CSharpParenthesizedPatternReducer.cs (1)
39
if (node.
CanRemoveParentheses
())