1 write to _logsSubscription
Aspire.Dashboard (1)
Components\Pages\StructuredLogs.razor.cs (1)
248_logsSubscription = TelemetryRepository.OnNewLogs(PageViewModel.SelectedApplication.Id?.GetApplicationKey(), SubscriptionType.Read, async () =>
4 references to _logsSubscription
Aspire.Dashboard (4)
Components\Pages\StructuredLogs.razor.cs (4)
245if (_logsSubscription is null || _logsSubscription.ApplicationKey != PageViewModel.SelectedApplication.Id?.GetApplicationKey()) 247_logsSubscription?.Dispose(); 412_logsSubscription?.Dispose();