1 write to _dataSourcePool
Aspire.Dashboard (1)
ServiceClient\DashboardDataSource.cs (1)
49
_dataSourcePool
= dataSourcePool;
2 references to _dataSourcePool
Aspire.Dashboard (2)
ServiceClient\DashboardDataSource.cs (2)
106
historicalDataSourceLease =
_dataSourcePool
.TryAcquire(selectedRun);
152
var currentDataSource =
_dataSourcePool
.Current;