1 implementation of GetFixesForDiagnosticsAsync
Microsoft.CodeAnalysis.Features (1)
AddImport\AbstractAddImportFeatureService.cs (1)
514public async Task<ImmutableArray<(Diagnostic Diagnostic, ImmutableArray<AddImportFixData> Fixes)>> GetFixesForDiagnosticsAsync(
1 reference to GetFixesForDiagnosticsAsync
Microsoft.CodeAnalysis.Features (1)
AddImport\AbstractAddImportCodeFixProvider.cs (1)
77var fixesForDiagnostic = await addImportService.GetFixesForDiagnosticsAsync(