4 references to GetFixesAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
CodeFixes\CodeFixServiceTests.cs (3)
150_ = await tuple.codeFixService.GetFixesAsync(document, TextSpan.FromBounds(0, 0), 157_ = await tuple.codeFixService.GetFixesAsync(document, TextSpan.FromBounds(0, 0), 186_ = await tuple.codeFixService.GetFixesAsync(document, TextSpan.FromBounds(0, 0),
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
49var fixes = await Task.Run(() => codeFixService.GetFixesAsync(