1 write to _dashboardOptions
Aspire.Dashboard (1)
Model\Assistant\ChatClientFactory.cs (1)
41
_dashboardOptions
= dashboardOptions;
2 references to _dashboardOptions
Aspire.Dashboard (2)
Model\Assistant\ChatClientFactory.cs (2)
35
private DashboardOptions Options =>
_dashboardOptions
.CurrentValue;
184
if (!DebugSessionHelpers.HasDebugSession(
_dashboardOptions
.CurrentValue.DebugSession, out _, out _, out _))