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)
49
var fixes = await Task.Run(() => codeFixService.
GetFixesAsync
(