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