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