1 write to _tracesSubscription
Aspire.Dashboard (1)
Components\Pages\TraceDetail.razor.cs (1)
233
_tracesSubscription
= TelemetryRepository.OnNewTraces(_trace.FirstSpan.Source.ApplicationKey, SubscriptionType.Read, () => InvokeAsync(async () =>
5 references to _tracesSubscription
Aspire.Dashboard (5)
Components\Pages\TraceDetail.razor.cs (5)
226
_tracesSubscription
?.Dispose();
230
if (
_tracesSubscription
is null ||
_tracesSubscription
.ApplicationKey != _trace.FirstSpan.Source.ApplicationKey)
232
_tracesSubscription
?.Dispose();
344
_tracesSubscription
?.Dispose();