3 types derived from FixAllProviderInfo
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixesAndRefactorings\FixAllProviderInfo.cs (3)
119
ImmutableArray<FixAllScope> supportedScopes) :
FixAllProviderInfo
(fixAllProvider, supportedScopes)
128
ImmutableArray<FixAllScope> supportedScopes) :
FixAllProviderInfo
(fixAllProvider, supportedScopes)
138
ImmutableArray<FixAllScope> supportedScopes) :
FixAllProviderInfo
(fixAllProvider, supportedScopes)
8 references to FixAllProviderInfo
Microsoft.CodeAnalysis.Workspaces (8)
CodeFixesAndRefactorings\FixAllProviderInfo.cs (8)
32
/// Gets an optional <see cref="
FixAllProviderInfo
"/> for the given code fix provider or suppression fix provider.
34
public static
FixAllProviderInfo
? Create(object provider)
49
/// Gets an optional <see cref="
FixAllProviderInfo
"/> for the given code fix provider.
51
private static
FixAllProviderInfo
? CreateWithCodeFixer(CodeFixProvider provider)
75
/// Gets an optional <see cref="
FixAllProviderInfo
"/> for the given code refactoring provider.
77
private static
FixAllProviderInfo
? CreateWithCodeRefactoring(CodeRefactoringProvider provider)
95
/// Gets an optional <see cref="
FixAllProviderInfo
"/> for the given suppression fix provider.
97
private static
FixAllProviderInfo
? CreateWithSuppressionFixer(IConfigurationFixProvider provider)