1 instantiation of VSTypeScriptTestLspServer
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
LanguageServer\VSTypeScriptHandlerTests.cs (1)
142
var server = new
VSTypeScriptTestLspServer
(testWorkspace, locations, options, logger);
7 references to VSTypeScriptTestLspServer
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (7)
LanguageServer\VSTypeScriptHandlerTests.cs (7)
51
await using
var
testLspServer = await CreateTsTestLspServerAsync(workspaceXml);
72
await using
var
testLspServer = await CreateTsTestLspServerAsync(workspaceXml, new InitializationOptions());
96
await using
var
testLspServer = await CreateTsTestLspServerAsync(workspaceXml);
102
private async Task<
VSTypeScriptTestLspServer
> CreateTsTestLspServerAsync(string workspaceXml, InitializationOptions? options = null)
107
return await
VSTypeScriptTestLspServer
.CreateAsync(testWorkspace, new InitializationOptions(), TestOutputLspLogger);
139
public static async Task<
VSTypeScriptTestLspServer
> CreateAsync(LspTestWorkspace testWorkspace, InitializationOptions options, AbstractLspLogger logger)
142
var
server = new VSTypeScriptTestLspServer(testWorkspace, locations, options, logger);