2 instantiations of CallbackEventingSubscriber
Aspire.Hosting (2)
Ats\EventingExports.cs (2)
28builder.Services.AddSingleton<IDistributedApplicationEventingSubscriber>(new CallbackEventingSubscriber(subscribe)); 49builder.Services.AddSingleton<IDistributedApplicationEventingSubscriber>(new CallbackEventingSubscriber(subscribe));
1 reference to CallbackEventingSubscriber
Aspire.Hosting (1)
Ats\EventingExports.cs (1)
43descriptor.ImplementationInstance is CallbackEventingSubscriber existing &&