5 references to EditorTestLspServer
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (5)
DocumentOutline\DocumentOutlineTestsBase.cs (5)
83var testLspServer = await CreateTestLspServerAsync(workspace); 98private async Task<EditorTestLspServer> CreateTestLspServerAsync(EditorTestWorkspace workspace) 122var server = await EditorTestLspServer.CreateAsync(workspace, new InitializationOptions(), _logger); 132public static async Task<EditorTestLspServer> CreateAsync(EditorTestWorkspace testWorkspace, InitializationOptions initializationOptions, AbstractLspLogger logger) 135var server = new EditorTestLspServer(testWorkspace, locations, initializationOptions, logger);