3 references to RunGetCodeActionsAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
CodeActions\CodeActionsTests.cs (3)
66
var results = await
RunGetCodeActionsAsync
(testLspServer, CreateCodeActionParams(caretLocation));
98
var results = await
RunGetCodeActionsAsync
(testLspServer, CreateCodeActionParams(caretLocation));
142
var results = await
RunGetCodeActionsAsync
(testLspServer, codeActionParams);