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