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