1 instantiation of DashboardTestingState
Aspire.Hosting.Testing (1)
DistributedApplicationTestingBuilder.cs (1)
309
dashboardTestingState = new
DashboardTestingState
(
5 references to DashboardTestingState
Aspire.Hosting.Testing (5)
DistributedApplicationTestingBuilder.cs (5)
298
out
DashboardTestingState
dashboardTestingState)
351
private static void ConfigureDashboardTesting(IDistributedApplicationBuilder builder,
DashboardTestingState
dashboardTestingState)
472
private
DashboardTestingState
_dashboardTestingState;
625
var
dashboardTestingState = default(
DashboardTestingState
);