2 references to GetLspHostWorkspaceAndSolutionAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Workspaces\LspWorkspaceManagerTests.cs (2)
274
var (_, hostSolution) = await
GetLspHostWorkspaceAndSolutionAsync
(testLspServer).ConfigureAwait(false);
300
var (_, solution) = await
GetLspHostWorkspaceAndSolutionAsync
(testLspServer).ConfigureAwait(false);