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