Esempio n. 1
0
 public ViewClassifierAggregator(ISynchronousViewTagAggregatorFactoryService synchronousViewTagAggregatorFactoryService, IClassificationTypeRegistryService classificationTypeRegistryService, ITextView textView)
     : base(synchronousViewTagAggregatorFactoryService.CreateSynchronousTagAggregator <IClassificationTag>(textView, TagAggregatorOptions.MapByContentType), classificationTypeRegistryService, textView.TextBuffer)
 {
 }
		ViewClassifierAggregatorService(ISynchronousViewTagAggregatorFactoryService synchronousViewTagAggregatorFactoryService, IClassificationTypeRegistryService classificationTypeRegistryService) {
			this.synchronousViewTagAggregatorFactoryService = synchronousViewTagAggregatorFactoryService;
			this.classificationTypeRegistryService = classificationTypeRegistryService;
		}
Esempio n. 3
0
 ViewClassifierAggregatorService(ISynchronousViewTagAggregatorFactoryService synchronousViewTagAggregatorFactoryService, IClassificationTypeRegistryService classificationTypeRegistryService)
 {
     this.synchronousViewTagAggregatorFactoryService = synchronousViewTagAggregatorFactoryService;
     this.classificationTypeRegistryService          = classificationTypeRegistryService;
 }
		public ViewClassifierAggregator(ISynchronousViewTagAggregatorFactoryService synchronousViewTagAggregatorFactoryService, IClassificationTypeRegistryService classificationTypeRegistryService, ITextView textView)
			: base(synchronousViewTagAggregatorFactoryService.CreateSynchronousTagAggregator<IClassificationTag>(textView, TagAggregatorOptions.MapByContentType), classificationTypeRegistryService, textView.TextBuffer) {
		}