1 write to _codeFixService
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
SuggestedActionsSourceProvider.cs (1)
79_codeFixService = codeFixService;
4 references to _codeFixService
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (4)
SuggestedActionsSource.cs (4)
272if (state.Target.Owner._codeFixService == null || 280workspace, state.Target.Owner._codeFixService, document, range.Span.ToTextSpan(), 435if (state.Target.Owner._codeFixService != null && 438var result = await state.Target.Owner._codeFixService.GetMostSevereFixAsync(