3 references to GetLspWorkspaceAndDocumentAsync
Microsoft.CodeAnalysis.LanguageServer.UnitTests (3)
FileBasedProgramsEntryPointDiscoveryTests.cs (3)
264
var (workspace, document) = await
GetLspWorkspaceAndDocumentAsync
(CreateAbsoluteDocumentUri(appFile.Path), testLspServer);
289
var (workspace, document) = await
GetLspWorkspaceAndDocumentAsync
(CreateAbsoluteDocumentUri(appFile.Path), testLspServer);
337
var (workspace, document) = await
GetLspWorkspaceAndDocumentAsync
(uri, testLspServer);