7 references to Subscribe
Aspire.Hosting (1)
Dashboard\DashboardServiceData.cs (1)
118return _resourcePublisher.Subscribe();
Aspire.Hosting.Tests (6)
Dashboard\ResourcePublisherTests.cs (6)
27var (snapshot, subscription) = publisher.Subscribe(); 80var (snapshot1, subscription1) = publisher.Subscribe(); 81var (snapshot2, subscription2) = publisher.Subscribe(); 126var (snapshot, _) = publisher.Subscribe(); 146var (snapshot, _) = publisher.Subscribe(); 160var (_, subscription) = publisher.Subscribe();