1 implementation of GetFixesAsync
Microsoft.CodeAnalysis.Features (1)
AddImport\AbstractAddImportFeatureService.cs (1)
57
public async Task<ImmutableArray<AddImportFixData>>
GetFixesAsync
(
2 references to GetFixesAsync
Microsoft.CodeAnalysis.Features (1)
AddImport\IAddImportFeatureService.cs (1)
54
/// Similar to <see cref="
GetFixesAsync
(Document, TextSpan, string, int, ISymbolSearchService, AddImportOptions, ImmutableArray{PackageSource}, CancellationToken)"/>
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\MissingImportDiscovery\RemoteMissingImportDiscoveryService.cs (1)
51
var result = await service.
GetFixesAsync
(