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