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