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