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