2 references to RemoveUnusedImportsFixId
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
src\VisualStudio\Core\Def\CodeCleanup\AbstractCodeCleanUpFixer_Helper.cs (2)
16
protected internal const string RemoveUnusedImportsFixId = nameof(
RemoveUnusedImportsFixId
);
40
var isRemoveUnusedUsingsEnabled = isFixIdEnabled(
RemoveUnusedImportsFixId
);