2 instantiations of Lease
Aspire.Dashboard (2)
ServiceClient\DashboardDataSourcePool.cs (2)
53_current = new Lease( 120var lease = new Lease(
9 references to Lease
Aspire.Dashboard (9)
ServiceClient\DashboardDataSource.cs (5)
34private DashboardDataSourcePool.Lease? _historicalDataSourceLease; 103DashboardDataSourcePool.Lease? historicalDataSourceLease; 120var previousHistoricalDataSourceLease = _historicalDataSourceLease; 130var previousHistoricalDataSourceLease = _historicalDataSourceLease; 152var currentDataSource = _dataSourcePool.Current;
ServiceClient\DashboardDataSourcePool.cs (4)
21private Lease? _current; 41public Lease Current 74public Lease? TryAcquire(DashboardRunDescriptor run) 120var lease = new Lease(