4 references to ApplyThirdPartyFixersId
Microsoft.VisualStudio.LanguageServices (4)
CodeCleanup\AbstractCodeCleanUpFixer_Helper.cs (2)
18protected internal const string ApplyThirdPartyFixersId = nameof(ApplyThirdPartyFixersId); 42var isApplyThirdPartyFixersEnabled = isFixIdEnabled(ApplyThirdPartyFixersId);
CodeCleanup\CommonCodeCleanUpFixerDiagnosticIds.cs (2)
334[FixId(AbstractCodeCleanUpFixer.ApplyThirdPartyFixersId)] 335[Name(AbstractCodeCleanUpFixer.ApplyThirdPartyFixersId)]