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