7 references to Subscribe
Aspire.Hosting (1)
Dashboard\DashboardServiceData.cs (1)
161return _resourcePublisher.Subscribe();
Aspire.Hosting.Tests (6)
Dashboard\ResourcePublisherTests.cs (6)
47var (snapshot, subscription) = publisher.Subscribe(); 100var (snapshot1, subscription1) = publisher.Subscribe(); 101var (snapshot2, subscription2) = publisher.Subscribe(); 146var (snapshot, _) = publisher.Subscribe(); 166var (snapshot, _) = publisher.Subscribe(); 180var (_, subscription) = publisher.Subscribe();