2 references to CheckForMatchingAction
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\CodeActions\CodeActionHelpers.cs (2)
287var action = CheckForMatchingAction(c, distinctTitle); 317var match = CheckForMatchingAction(nestedAction, goalTitle, currentTitle);