10 references to ShortcutManager
Aspire.Dashboard (4)
Components\Layout\MainLayout.razor.cs (1)
24private DotNetObjectReference<ShortcutManager>? _shortcutManagerReference;
DashboardWebApplication.cs (1)
255builder.Services.AddScoped<ShortcutManager>();
ShortcutManager.cs (2)
13private readonly ILogger<ShortcutManager> _logger = loggerFactory.CreateLogger<ShortcutManager>();
Aspire.Dashboard.Components.Tests (6)
Layout\MainLayoutTests.cs (1)
134Services.AddSingleton<ShortcutManager>();
Pages\ConsoleLogsTests.cs (1)
546Services.AddSingleton<ShortcutManager>();
Pages\StructuredLogsTests.cs (1)
190Services.AddSingleton<ShortcutManager>();
Pages\TraceDetailsTests.cs (1)
203Services.AddSingleton<ShortcutManager>();
Shared\MetricsSetupHelpers.cs (1)
91context.Services.AddSingleton<ShortcutManager>();
Shared\ResourceSetupHelpers.cs (1)
106context.Services.AddSingleton<ShortcutManager>();