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