4 references to RemoveUnnecessaryParenthesesDiagnosticId
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractRemoveUnnecessaryParenthesesDiagnosticAnalyzer.cs (1)
25
: base(IDEDiagnosticIds.
RemoveUnnecessaryParenthesesDiagnosticId
,
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractRemoveUnnecessaryParenthesesCodeFixProvider.cs (1)
23
=> ImmutableArray.Create(IDEDiagnosticIds.
RemoveUnnecessaryParenthesesDiagnosticId
);
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (1)
RemoveUnnecessaryExpressionParenthesesTests.cs (1)
51
=> TestHelpers.Diagnostic(IDEDiagnosticIds.
RemoveUnnecessaryParenthesesDiagnosticId
, text, startLocation: new LinePosition(line, column));
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.UnitTests (1)
RemoveUnnecessaryParenthesesTests.vb (1)
30
Return TestHelpers.Diagnostic(IDEDiagnosticIds.
RemoveUnnecessaryParenthesesDiagnosticId
, text, startLocation:=New LinePosition(line, column))