1 write to _tracesSubscription
Aspire.Dashboard (1)
Components\Pages\TraceDetail.razor.cs (1)
294
_tracesSubscription
= TelemetryRepository.OnNewTraces(_trace.FirstSpan.Source.ResourceKey, SubscriptionType.Read, () => InvokeAsync(async () =>
5 references to _tracesSubscription
Aspire.Dashboard (5)
Components\Pages\TraceDetail.razor.cs (5)
287
_tracesSubscription
?.Dispose();
291
if (
_tracesSubscription
is null ||
_tracesSubscription
.ResourceKey != _trace.FirstSpan.Source.ResourceKey)
293
_tracesSubscription
?.Dispose();
513
_tracesSubscription
?.Dispose();