2 references to _eventSubscriptionListLookup
Aspire.Hosting (2)
Dcp\DcpExecutorEvents.cs (2)
22
var success =
_eventSubscriptionListLookup
.TryAdd(typeof(T), (obj) => callback((T)obj));
31
if (
_eventSubscriptionListLookup
.TryGetValue(typeof(T), out var callback))