public StandardTaskSchedulers(IOutputWindowService outputWindowService)
 {
     ProjectCacheIntelliSenseScheduler = new BackgroundParserTaskScheduler("TVL Low Priority Background", BackgroundParserTaskScheduler.DefaultConcurrencyLevel, outputWindowService);
     BackgroundIntelliSenseScheduler = new BackgroundParserTaskScheduler(outputWindowService);
     PriorityIntelliSenseScheduler = new BackgroundParserTaskScheduler("TVL Priority IntelliSense", 2, outputWindowService);
 }
 public StandardTaskSchedulers(IOutputWindowService outputWindowService)
 {
     ProjectCacheIntelliSenseScheduler = new BackgroundParserTaskScheduler("TVL Low Priority Background", BackgroundParserTaskScheduler.DefaultConcurrencyLevel, outputWindowService);
     BackgroundIntelliSenseScheduler   = new BackgroundParserTaskScheduler(outputWindowService);
     PriorityIntelliSenseScheduler     = new BackgroundParserTaskScheduler("TVL Priority IntelliSense", 2, outputWindowService);
 }