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