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