6 references to RunGetCodeActionResolveAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (6)
CodeActions\CodeActionResolveTests.cs (6)
75
var actualResolvedAction = await
RunGetCodeActionResolveAsync
(testLspServer, unresolvedCodeAction);
140
var actualResolvedAction = await
RunGetCodeActionResolveAsync
(testLspServer, unresolvedCodeAction);
185
var actualResolvedAction = await
RunGetCodeActionResolveAsync
(testLspServer, unresolvedCodeAction);
239
var actualResolvedAction = await
RunGetCodeActionResolveAsync
(testLspServer, unresolvedCodeAction);
299
var actualResolvedAction = await
RunGetCodeActionResolveAsync
(testLspServer, unresolvedCodeAction);
427
var actualResolvedAction = await
RunGetCodeActionResolveAsync
(testLspServer, unresolvedCodeAction);