public VBModeAwareSyntacticClassificationViewTaggerProvider( Lazy <TextMateClassificationTaggerProvider> textMateProvider, Lazy <SyntacticClassificationViewTaggerProvider> serverProvider, VisualBasicLspClientServiceFactory lspClientServiceFactory) : base(textMateProvider, serverProvider, lspClientServiceFactory) { }
public VBLspEditorClassificationFactoryService(VisualBasicLspClientServiceFactory vbLspClientServiceFactory, RemoteLanguageServiceWorkspace remoteLanguageServiceWorkspace, ClassificationTypeMap classificationTypeMap, IThreadingContext threadingContext) : base(vbLspClientServiceFactory, remoteLanguageServiceWorkspace, classificationTypeMap, threadingContext) { }
public VBLspGotoDefinitionService(IStreamingFindUsagesPresenter streamingPresenter, VisualBasicLspClientServiceFactory vbLspClientServiceFactory, RemoteLanguageServiceWorkspace remoteWorkspace, IThreadingContext threadingContext) : base(streamingPresenter, vbLspClientServiceFactory, remoteWorkspace, threadingContext) { }
public VBLspCodeActionProvider(VisualBasicLspClientServiceFactory vbLspClientServiceFactory, IDiagnosticAnalyzerService diagnosticAnalyzerService) : base(vbLspClientServiceFactory, diagnosticAnalyzerService) { }
public VBLspRemoteDiagnosticsService(VisualBasicLspClientServiceFactory vbLspClientServiceFactory) : base(vbLspClientServiceFactory) { }
public VBLspFindUsagesService(VisualBasicLspClientServiceFactory vbLspClientServiceFactory, RemoteLanguageServiceWorkspace remoteLanguageServiceWorkspace) : base(vbLspClientServiceFactory, remoteLanguageServiceWorkspace) { }
public VBLspSignatureHelpProvider(VisualBasicLspClientServiceFactory vbLspClientServiceFactory) : base(vbLspClientServiceFactory) { }
public VBLspDocumentHighlightsService(VisualBasicLspClientServiceFactory vbLspClientServiceFactory) : base(vbLspClientServiceFactory) { }
public VBLspCompletionProvider(VisualBasicLspClientServiceFactory vbLspClientServiceFactory) : base(vbLspClientServiceFactory) { }
protected VBLspNavigationBarItemService(VisualBasicLspClientServiceFactory vbLspClientServiceFactory) : base(vbLspClientServiceFactory) { }
public VBLspEditorClassificationFactoryService(VisualBasicLspClientServiceFactory vbLspClientServiceFactory, ClassificationTypeMap classificationTypeMap, IThreadingContext threadingContext) : base(vbLspClientServiceFactory, classificationTypeMap, threadingContext) { }
public VBLspEditorClassificationFactoryService(VisualBasicLspClientServiceFactory vbLspClientServiceFactory, ClassificationTypeMap classificationTypeMap, IThreadingContext threadingContext) { _vbLspClientServiceFactory = vbLspClientServiceFactory ?? throw new ArgumentNullException(nameof(vbLspClientServiceFactory)); _classificationTypeMap = classificationTypeMap ?? throw new ArgumentNullException(nameof(classificationTypeMap)); _threadingContext = threadingContext; }