4 references to ApplyAllAnalyzerFixersId
Microsoft.VisualStudio.LanguageServices (4)
CodeCleanup\AbstractCodeCleanUpFixer.cs (2)
45
protected internal const string ApplyAllAnalyzerFixersId = nameof(
ApplyAllAnalyzerFixersId
);
334
if (!enabledFixIds.IsFixIdEnabled(
ApplyAllAnalyzerFixersId
))
CodeCleanup\CommonCodeCleanUpFixerDiagnosticIds.cs (2)
343
[FixId(AbstractCodeCleanUpFixer.
ApplyAllAnalyzerFixersId
)]
344
[Name(AbstractCodeCleanUpFixer.
ApplyAllAnalyzerFixersId
)]