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