2 references to ApplyAllAnalyzerFixersId
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
src\VisualStudio\Core\Def\CodeCleanup\AbstractCodeCleanUpFixer_Helper.cs (2)
19
protected internal const string ApplyAllAnalyzerFixersId = nameof(
ApplyAllAnalyzerFixersId
);
23
if (!isFixIdEnabled(
ApplyAllAnalyzerFixersId
))