Esempio n. 1
0
 public PathSegmentCountReaction(
     IDisplayNameHighlightEvaluator displayNameHighlightEvaluator,
     IFilePathService filePathService)
 {
     _displayNameHighlightEvaluator = displayNameHighlightEvaluator;
     _filePathService = filePathService;
 }
 public DocumentMetadataFactory(
     IDisplayNameHighlightEvaluator displayNameHighlightEvaluator,
     IDocumentIconService documentIconService,
     IFilePathService filePathService,
     IPathCasingRestorer pathCasingRestorer,
     IProjectBrushService projectBrushService,
     ITimeProvider timeProvider,
     IUserPreferences userPreferences)
 {
     _displayNameHighlightEvaluator = displayNameHighlightEvaluator;
     _documentIconService           = documentIconService;
     _filePathService     = filePathService;
     _pathCasingRestorer  = pathCasingRestorer;
     _projectBrushService = projectBrushService;
     _timeProvider        = timeProvider;
     _userPreferences     = userPreferences;
 }