7 references to GetFixesAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
CodeFixes\CodeFixServiceTests.cs (6)
143
_ = await tuple.codeFixService.
GetFixesAsync
(document, TextSpan.FromBounds(0, 0),
150
_ = await tuple.codeFixService.
GetFixesAsync
(document, TextSpan.FromBounds(0, 0),
179
_ = await tuple.codeFixService.
GetFixesAsync
(document, TextSpan.FromBounds(0, 0),
209
var fixCollectionSet = await tuple.codeFixService.
GetFixesAsync
(document, TextSpan.FromBounds(0, 0),
1068
var normalPriFixes = await tuple.codeFixService.
GetFixesAsync
(sourceDocument, testSpan, priorityProvider, CancellationToken.None);
1070
var lowPriFixes = await tuple.codeFixService.
GetFixesAsync
(sourceDocument, testSpan, priorityProvider, CancellationToken.None);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
48
var fixes = await codeFixService.
GetFixesAsync
(