7 references to GetFixesAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
CodeFixes\CodeFixServiceTests.cs (6)
144
_ = await tuple.codeFixService.
GetFixesAsync
(document, TextSpan.FromBounds(0, 0),
151
_ = await tuple.codeFixService.
GetFixesAsync
(document, TextSpan.FromBounds(0, 0),
180
_ = await tuple.codeFixService.
GetFixesAsync
(document, TextSpan.FromBounds(0, 0),
210
var fixCollectionSet = await tuple.codeFixService.
GetFixesAsync
(document, TextSpan.FromBounds(0, 0),
1067
var normalPriFixes = await tuple.codeFixService.
GetFixesAsync
(sourceDocument, testSpan, CodeActionRequestPriority.Default, CancellationToken.None);
1068
var lowPriFixes = await tuple.codeFixService.
GetFixesAsync
(sourceDocument, testSpan, CodeActionRequestPriority.Low, CancellationToken.None);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Suggestions\UnifiedSuggestedActionsSource.cs (1)
47
var fixes = await codeFixService.
GetFixesAsync
(