8 references to IConfigurationFixProvider
Microsoft.CodeAnalysis.Features (4)
CodeFixes\AbstractConfigurationActionWithNestedActions.cs (1)
11
/// Represents a configuration code action with nested actions registered by individual <see cref="
IConfigurationFixProvider
"/>s.
CodeFixes\CodeFixCollection.cs (1)
14
/// (such as <see cref="CodeFixProvider"/> or <see cref="
IConfigurationFixProvider
"/>).
CodeFixes\Suppression\ExportConfigurationFixProviderAttribute.cs (2)
13
/// Use this attribute to declare a <see cref="
IConfigurationFixProvider
"/> implementation so that it can be discovered by the host.
20
/// The name of the <see cref="
IConfigurationFixProvider
"/>.
Microsoft.CodeAnalysis.Workspaces (4)
CodeActions\CodeActionRequestPriority.cs (1)
28
/// cref="
IConfigurationFixProvider
"/> providers will be run. NOTE: This priority is reserved for suppression and
CodeFixesAndRefactorings\FixAllProviderInfo.cs (3)
44
return CreateWithSuppressionFixer((
IConfigurationFixProvider
)provider);
96
private static FixAllProviderInfo? CreateWithSuppressionFixer(
IConfigurationFixProvider
provider)
126
IConfigurationFixProvider
suppressionFixer,