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