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