5 references to GetLspSolutionInfoAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestContext.cs (1)
175
(workspace, solution) = await lspWorkspaceManager.
GetLspSolutionInfoAsync
(cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
Ordering\RequestOrderingTests.cs (1)
263
var (_, solution) = await testLspServer.GetManager().
GetLspSolutionInfoAsync
(CancellationToken.None).ConfigureAwait(false);
SpellCheck\SpellCheckTests.cs (2)
175
var (_, lspSolution) = await testLspServer.GetManager().
GetLspSolutionInfoAsync
(CancellationToken.None).ConfigureAwait(false);
471
var (_, lspSolution) = await testLspServer.GetManager().
GetLspSolutionInfoAsync
(CancellationToken.None).ConfigureAwait(false);
Workspaces\LspWorkspaceManagerTests.cs (1)
508
return testLspServer.GetManager().
GetLspSolutionInfoAsync
(CancellationToken.None);