8 references to FormattingDiagnosticId
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (3)
Diagnostics\Suppression\RemoveUnnecessaryPragmaSuppressionsTests.cs (1)
172
IDEDiagnosticIds.
FormattingDiagnosticId
,
Diagnostics\Suppression\SuppressionTests.cs (2)
803
var specificDiagnosticOptions = new[] { KeyValuePair.Create(IDEDiagnosticIds.
FormattingDiagnosticId
, ReportDiagnostic.Warn) };
1049
var specificDiagnosticOptions = new[] { KeyValuePair.Create(IDEDiagnosticIds.
FormattingDiagnosticId
, ReportDiagnostic.Warn) };
Microsoft.CodeAnalysis.Features (5)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.cs (1)
82
if (diagnostic.Id == IDEDiagnosticIds.
FormattingDiagnosticId
)
CodeFixes\Suppression\SuppressionHelpers.cs (1)
30
return diagnostic.Id != IDEDiagnosticIds.
FormattingDiagnosticId
;
src\Analyzers\Core\Analyzers\Formatting\AbstractFormattingAnalyzer.cs (1)
17
IDEDiagnosticIds.
FormattingDiagnosticId
,
src\Analyzers\Core\Analyzers\RemoveUnnecessarySuppressions\AbstractRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer.cs (1)
337
case IDEDiagnosticIds.
FormattingDiagnosticId
:
src\Analyzers\Core\CodeFixes\Formatting\FormattingCodeFixProvider.cs (1)
29
=> [IDEDiagnosticIds.
FormattingDiagnosticId
];