8 references to FixAllProviderInfo
Microsoft.CodeAnalysis.Workspaces (8)
CodeFixesAndRefactorings\FixAllProviderInfo.cs (8)
31
/// Gets an optional <see cref="
FixAllProviderInfo
"/> for the given code fix provider or suppression fix provider.
33
public static
FixAllProviderInfo
? Create(object provider)
48
/// Gets an optional <see cref="
FixAllProviderInfo
"/> for the given code fix provider.
50
private static
FixAllProviderInfo
? CreateWithCodeFixer(CodeFixProvider provider)
74
/// Gets an optional <see cref="
FixAllProviderInfo
"/> for the given code refactoring provider.
76
private static
FixAllProviderInfo
? CreateWithCodeRefactoring(CodeRefactoringProvider provider)
94
/// Gets an optional <see cref="
FixAllProviderInfo
"/> for the given suppression fix provider.
96
private static
FixAllProviderInfo
? CreateWithSuppressionFixer(IConfigurationFixProvider provider)