1 instantiation of TypeScriptHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
VSTypeScriptHandlerTests.cs (1)
134return new TypeScriptHandler();
3 references to TypeScriptHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
VSTypeScriptHandlerTests.cs (3)
52var response = await testLspServer.ExecuteRequestAsync<TSRequest, int>(TypeScriptHandler.MethodName, request, CancellationToken.None); 53Assert.Equal(TypeScriptHandler.Response, response); 123[ExportTypeScriptLspServiceFactory(typeof(TypeScriptHandler)), PartNotDiscoverable, Shared]