2 references to TestLspServer
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
LanguageServer\AbstractLanguageServerProtocolTests.cs (2)
546
var server = new
TestLspServer
(testWorkspace, locations, initializationOptions.ClientCapabilities, languageServer, clientStream);
564
var server = new
TestLspServer
(testWorkspace, locations, clientCapabilities, target, clientStream);