5 references to FormattingDiagnosticId
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\roslyn\src\Analyzers\Core\Analyzers\Formatting\AbstractFormattingAnalyzer.cs (1)
17
IDEDiagnosticIds.
FormattingDiagnosticId
,
src\roslyn\src\Analyzers\Core\Analyzers\RemoveUnnecessarySuppressions\AbstractRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer.cs (1)
337
case IDEDiagnosticIds.
FormattingDiagnosticId
:
src\roslyn\src\Analyzers\Core\CodeFixes\Formatting\FormattingCodeFixProvider.cs (1)
29
=> [IDEDiagnosticIds.
FormattingDiagnosticId
];