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. 33public static FixAllProviderInfo? Create(object provider) 48/// Gets an optional <see cref="FixAllProviderInfo"/> for the given code fix provider. 50private static FixAllProviderInfo? CreateWithCodeFixer(CodeFixProvider provider) 74/// Gets an optional <see cref="FixAllProviderInfo"/> for the given code refactoring provider. 76private static FixAllProviderInfo? CreateWithCodeRefactoring(CodeRefactoringProvider provider) 94/// Gets an optional <see cref="FixAllProviderInfo"/> for the given suppression fix provider. 96private static FixAllProviderInfo? CreateWithSuppressionFixer(IConfigurationFixProvider provider)