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