5 references to EditorTestLspServer
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (5)
DocumentOutline\DocumentOutlineTestsBase.cs (5)
77var testLspServer = await CreateTestLspServerAsync(workspace); 92private async Task<EditorTestLspServer> CreateTestLspServerAsync(EditorTestWorkspace workspace) 97return await EditorTestLspServer.CreateAsync(workspace, new InitializationOptions(), _logger); 106public static async Task<EditorTestLspServer> CreateAsync(EditorTestWorkspace testWorkspace, InitializationOptions initializationOptions, AbstractLspLogger logger) 109var server = new EditorTestLspServer(testWorkspace, locations, initializationOptions, logger);