4 references to _tracesSubscriptions
Aspire.Dashboard.Tests (4)
tests\Shared\Telemetry\InMemoryTelemetryRepository.cs (4)
95
internal List<Subscription> TracesSubscriptions =>
_tracesSubscriptions
;
334
return AddSubscription(nameof(OnNewTraces), resourceKey, subscriptionType, callback,
_tracesSubscriptions
);
1585
RaiseSubscriptionChanged(
_tracesSubscriptions
);
2107
RaiseSubscriptionChanged(
_tracesSubscriptions
);