1 instantiation of VSTypeScriptTestLspServer
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
LanguageServer\VSTypeScriptHandlerTests.cs (1)
114
var server = new
VSTypeScriptTestLspServer
(testWorkspace, locations, options, logger);
6 references to VSTypeScriptTestLspServer
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
LanguageServer\VSTypeScriptHandlerTests.cs (6)
46
await using
var
testLspServer = await CreateTsTestLspServerAsync(workspaceXml, new InitializationOptions());
70
await using
var
testLspServer = await CreateTsTestLspServerAsync(workspaceXml);
76
private async Task<
VSTypeScriptTestLspServer
> CreateTsTestLspServerAsync(string workspaceXml, InitializationOptions? options = null)
81
return await
VSTypeScriptTestLspServer
.CreateAsync(testWorkspace, new InitializationOptions(), TestOutputLspLogger);
111
public static async Task<
VSTypeScriptTestLspServer
> CreateAsync(LspTestWorkspace testWorkspace, InitializationOptions options, AbstractLspLogger logger)
114
var
server = new VSTypeScriptTestLspServer(testWorkspace, locations, options, logger);