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