Esempio n. 1
0
 protected TypeScriptLspNavigationBarItemService(TypeScriptLspClientServiceFactory typeScriptLspClientServiceFactory)
     : base(typeScriptLspClientServiceFactory)
 {
 }
Esempio n. 2
0
 public TypeScriptLspGotoDefinitionService(IStreamingFindUsagesPresenter streamingPresenter, TypeScriptLspClientServiceFactory typeScriptLspClientServiceFactory,
                                           RemoteLanguageServiceWorkspace remoteWorkspace, IThreadingContext threadingContext)
     : base(streamingPresenter, typeScriptLspClientServiceFactory, remoteWorkspace, threadingContext)
 {
 }