3 writes to _historicalDataSourceLease
Aspire.Dashboard (3)
ServiceClient\DashboardDataSource.cs (3)
121
_historicalDataSourceLease
= historicalDataSourceLease;
131
_historicalDataSourceLease
= null;
147
_historicalDataSourceLease
= null;
3 references to _historicalDataSourceLease
Aspire.Dashboard (3)
ServiceClient\DashboardDataSource.cs (3)
120
var previousHistoricalDataSourceLease =
_historicalDataSourceLease
;
130
var previousHistoricalDataSourceLease =
_historicalDataSourceLease
;
146
_historicalDataSourceLease
?.Dispose();