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