1 write to _testServer
IdeBenchmarks (1)
Lsp\LspCompletionBenchmarks.cs (1)
76_testServer = await CreateTestLspServerAsync(markup, mutatingLspWorkspace: false, new LSP.VSInternalClientCapabilities
5 references to _testServer
IdeBenchmarks (5)
Lsp\LspCompletionBenchmarks.cs (5)
91_testServer.GetLocations("caret").Single(), 96_globalOptionService = _testServer.TestWorkspace.GetService<IGlobalOptionService>(); 102var results = CompletionTests.RunGetCompletionsAsync(_testServer!, _completionParams!).Result; 111if (_testServer is not null) 113await _testServer.DisposeAsync();