1 write to Provider
Microsoft.CodeAnalysis.Features (1)
CodeFixes\CodeFixCollection.cs (1)
37
Provider
= provider;
3 references to Provider
Microsoft.CodeAnalysis.Features (1)
CodeFixes\CodeFixCollection.cs (1)
23
/// Optional fix all context, which is non-null if the given <see cref="
Provider
"/> supports fix all occurrences code fix.
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (2)
169
workspace, action, action.Priority, fixCollection.
Provider
, ImmutableArray.Create(set));
174
workspace, action, action.Priority, fix, fixCollection.
Provider
,