1 write to _tracesSubscription
Aspire.Dashboard (1)
Components\Pages\Traces.razor.cs (1)
208_tracesSubscription = TelemetryRepository.OnNewTraces(selectedApplicationKey, SubscriptionType.Read, async () =>
4 references to _tracesSubscription
Aspire.Dashboard (4)
Components\Pages\Traces.razor.cs (4)
205if (_tracesSubscription is null || _tracesSubscription.ApplicationKey != selectedApplicationKey) 207_tracesSubscription?.Dispose(); 258_tracesSubscription?.Dispose();