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