4 references to ApplyAllAnalyzerFixersId
Microsoft.VisualStudio.LanguageServices (4)
CodeCleanup\AbstractCodeCleanUpFixer_Helper.cs (2)
19protected internal const string ApplyAllAnalyzerFixersId = nameof(ApplyAllAnalyzerFixersId); 23if (!isFixIdEnabled(ApplyAllAnalyzerFixersId))
CodeCleanup\CommonCodeCleanUpFixerDiagnosticIds.cs (2)
343[FixId(AbstractCodeCleanUpFixer.ApplyAllAnalyzerFixersId)] 344[Name(AbstractCodeCleanUpFixer.ApplyAllAnalyzerFixersId)]