3 references to GetFilterAndOrderCodeRefactoringsAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActionsSource_Async.cs (1)
263
return await UnifiedSuggestedActionsSource.
GetFilterAndOrderCodeRefactoringsAsync
(
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Suggestions\UnifiedSuggestedActionsSource.cs (1)
605
/// and <see cref="
GetFilterAndOrderCodeRefactoringsAsync
"/>.
Handler\CodeActions\CodeActionHelpers.cs (1)
394
var codeRefactorings = await UnifiedSuggestedActionsSource.
GetFilterAndOrderCodeRefactoringsAsync
(