11 references to DashboardDataSourcePool
Aspire.Dashboard.Tests (11)
Model\DashboardDataSourceTests.cs (10)
116using var dataSourcePool = new DashboardDataSourcePool(runStore, CreateRepositoryFactory(options)); 174using var dataSourcePool = new DashboardDataSourcePool(runStore, CreateRepositoryFactory(options)); 760using var dataSourcePool = new DashboardDataSourcePool(currentRunStore, repositoryFactory); 810using var dataSourcePool = new DashboardDataSourcePool(currentRunStore, repositoryFactory); 858using var dataSourcePool = new DashboardDataSourcePool(currentRunStore, CreateRepositoryFactory(options)); 939using var dataSourcePool = new DashboardDataSourcePool(runStore, repositoryFactory); 1001using var dataSourcePool = new DashboardDataSourcePool(runStore, repositoryFactory); 1095using var dataSourcePool = new DashboardDataSourcePool(currentRunStore, repositoryFactory); 1171using var dataSourcePool = new DashboardDataSourcePool(currentRunStore, repositoryFactory); 1202using var dataSourcePool = new DashboardDataSourcePool(runStore, repositoryFactory);
Shared\TestDashboardDataSource.cs (1)
27return new DashboardDataSourcePool(