public ReSharperActionShortcutProvider()

in src/dotnet/JetBrains.PresentationAssistant/ReSharperActionShortcutProvider.cs [33:48]


        public ReSharperActionShortcutProvider(ShortcutDisplayStatistics statistics,
                                               IActionDefs defs,
                                               IActionShortcuts actionShortcuts,
                                               IActionPresentableTexts actionPresentableTexts,
                                               OverriddenShortcutFinder overriddenShortcutFinder,
                                               HotspotSessionExecutor hotspotSessionExecutor,
                                               SettingsStore settingsStore)
        {
            this.statistics = statistics;
            this.defs = defs;
            this.actionShortcuts = actionShortcuts;
            this.actionPresentableTexts = actionPresentableTexts;
            this.overriddenShortcutFinder = overriddenShortcutFinder;
            this.hotspotSessionExecutor = hotspotSessionExecutor;
            this.settingsStore = settingsStore;
        }