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