7 instantiations of DebugSessionOptions
Aspire.Dashboard (1)
Configuration\DashboardOptions.cs (1)
19
public DebugSessionOptions DebugSession { get; set; } =
new
();
Aspire.Dashboard.Tests (6)
Telemetry\DashboardTelemetrySenderTests.cs (4)
23
DebugSession = new
DebugSessionOptions
()
37
DebugSession = new
DebugSessionOptions
64
DebugSession = new
DebugSessionOptions
111
DebugSession = new
DebugSessionOptions
Telemetry\DashboardTelemetryServiceTests.cs (2)
27
DebugSession = new
DebugSessionOptions
88
DebugSession = new
DebugSessionOptions
2 references to DebugSessionOptions
Aspire.Dashboard (2)
Configuration\DashboardOptions.cs (1)
19
public
DebugSessionOptions
DebugSession { get; set; } = new();
Model\DebugSessionHelpers.cs (1)
47
DebugSessionOptions
debugSession,