2 references to TestLspClient
Microsoft.CodeAnalysis.LanguageServer.UnitTests (2)
Utilities\AbstractLanguageServerClientTests.TestLspClient.cs (2)
35internal static async Task<TestLspClient> CreateAsync( 50var lspClient = new TestLspClient(process, pipeName, documents ?? [], locations ?? [], logger);