2 instantiations of CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
RemoveUnnecessaryExpressionParenthesesTests.cs (1)
31=> (new CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer(), new CSharpRemoveUnnecessaryParenthesesCodeFixProvider());
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Diagnostics\AbstractPullDiagnosticTestsBase.cs (1)
46new CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer(),
1 reference to CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpRemoveUnnecessaryParenthesesCodeFixProvider.cs (1)
29ParenthesizedExpressionSyntax p => CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer.CanRemoveParenthesesHelper(p, semanticModel, cancellationToken, out _, out _),