6 references to RunGetCodeActionResolveAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (6)
CodeActions\CodeActionResolveTests.cs (6)
76
var actualResolvedAction = await
RunGetCodeActionResolveAsync
(testLspServer, unresolvedCodeAction);
190
var actualResolvedAction = await
RunGetCodeActionResolveAsync
(testLspServer, unresolvedCodeAction);
235
var actualResolvedAction = await
RunGetCodeActionResolveAsync
(testLspServer, unresolvedCodeAction);
290
var actualResolvedAction = await
RunGetCodeActionResolveAsync
(testLspServer, unresolvedCodeAction);
350
var actualResolvedAction = await
RunGetCodeActionResolveAsync
(testLspServer, unresolvedCodeAction);
478
var actualResolvedAction = await
RunGetCodeActionResolveAsync
(testLspServer, unresolvedCodeAction);