6 references to Provider
Microsoft.CodeAnalysis.Features (4)
CodeFixes\CodeFixCollection.cs (1)
27
/// Optional fix all context, which is non-null if the given <see cref="
Provider
"/> supports fix all occurrences code fix.
Copilot\ICopilotChangeAnalysisService.cs (3)
364
Provider
: not IConfigurationFixProvider,
368
(codeFixCollection.
Provider
.GetType().Namespace ?? "").StartsWith(RoslynPrefix))
379
=> codeFixCollection.
Provider
.GetType().FullName![RoslynPrefix.Length..];
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (2)
165
workspace, action, action.Priority, fixCollection.
Provider
, [set]);
170
workspace, action, action.Priority, fix, fixCollection.
Provider
,