1 implementation of GetFixAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\FixAll\FixMultipleOccurrencesService.cs (1)
27
public Task<Solution>
GetFixAsync
(
1 reference to GetFixAsync
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
269
newSolution = await _fixMultipleOccurencesService.
GetFixAsync
(