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