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