3 references to MoveMisplacedUsingDirectivesDiagnosticId
Microsoft.CodeAnalysis.CSharp.Features (3)
src\roslyn\src\Analyzers\CSharp\Analyzers\MisplacedUsingDirectives\MisplacedUsingDirectivesDiagnosticAnalyzer.cs (2)
25IDEDiagnosticIds.MoveMisplacedUsingDirectivesDiagnosticId, 34IDEDiagnosticIds.MoveMisplacedUsingDirectivesDiagnosticId,
src\roslyn\src\Analyzers\CSharp\CodeFixes\MisplacedUsingDirectives\MisplacedUsingDirectivesCodeFixProvider.cs (1)
49public override ImmutableArray<string> FixableDiagnosticIds => [IDEDiagnosticIds.MoveMisplacedUsingDirectivesDiagnosticId];