1 write to _telemetryRepository
Aspire.Dashboard (1)
ServiceClient\DashboardDataSourcePool.cs (1)
231
_telemetryRepository
= new(telemetryRepositoryFactory);
3 references to _telemetryRepository
Aspire.Dashboard (3)
ServiceClient\DashboardDataSourcePool.cs (3)
244
public ITelemetryRepository TelemetryRepository =>
_telemetryRepository
.Value;
258
if (
_telemetryRepository
.IsValueCreated)
260
_telemetryRepository
.Value.Dispose();