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