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