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)
244public ITelemetryRepository TelemetryRepository => _telemetryRepository.Value; 258if (_telemetryRepository.IsValueCreated) 260_telemetryRepository.Value.Dispose();