4 references to ApplyThirdPartyFixersId
Microsoft.VisualStudio.LanguageServices (4)
CodeCleanup\AbstractCodeCleanUpFixer.cs (2)
44
protected internal const string ApplyThirdPartyFixersId = nameof(
ApplyThirdPartyFixersId
);
353
var isApplyThirdPartyFixersEnabled = enabledFixIds.IsFixIdEnabled(
ApplyThirdPartyFixersId
);
CodeCleanup\CommonCodeCleanUpFixerDiagnosticIds.cs (2)
334
[FixId(AbstractCodeCleanUpFixer.
ApplyThirdPartyFixersId
)]
335
[Name(AbstractCodeCleanUpFixer.
ApplyThirdPartyFixersId
)]