4 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)
341
Provider
: not IConfigurationFixProvider,
345
(codeFixCollection.
Provider
.GetType().Namespace ?? "").StartsWith(RoslynPrefix))
356
=> codeFixCollection.
Provider
.GetType().FullName![RoslynPrefix.Length..];