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