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