7 references to Subscribe
Aspire.Hosting (1)
Dashboard\DashboardServiceData.cs (1)
122return _resourcePublisher.Subscribe();
Aspire.Hosting.Tests (6)
Dashboard\ResourcePublisherTests.cs (6)
28var (snapshot, subscription) = publisher.Subscribe(); 81var (snapshot1, subscription1) = publisher.Subscribe(); 82var (snapshot2, subscription2) = publisher.Subscribe(); 127var (snapshot, _) = publisher.Subscribe(); 147var (snapshot, _) = publisher.Subscribe(); 161var (_, subscription) = publisher.Subscribe();