2 references to CompletionTests
IdeBenchmarks (2)
Lsp\LspCompletionBenchmarks.cs (1)
102
var results =
CompletionTests
.RunGetCompletionsAsync(_testServer!, _completionParams!).Result;
Lsp\LspCompletionSerializationBenchmarks.cs (1)
119
var list = (await
CompletionTests
.RunGetCompletionsAsync(testServer, completionParams));