2 writes to s_activeRunningEnumerables
Aspire.Hosting.Tests (2)
Utils\PeriodicRestartAsyncEnumerableTests.cs (2)
74Interlocked.Increment(ref s_activeRunningEnumerables); 85Interlocked.Decrement(ref s_activeRunningEnumerables);
1 reference to s_activeRunningEnumerables
Aspire.Hosting.Tests (1)
Utils\PeriodicRestartAsyncEnumerableTests.cs (1)
56Assert.True(s_activeRunningEnumerables == 0, "expected all enumerables to be ended after cancellation");