1 write to s_totalEnumerablesRun
Aspire.Hosting.Tests (1)
Utils\PeriodicRestartAsyncEnumerableTests.cs (1)
73Interlocked.Increment(ref s_totalEnumerablesRun);
1 reference to s_totalEnumerablesRun
Aspire.Hosting.Tests (1)
Utils\PeriodicRestartAsyncEnumerableTests.cs (1)
55Assert.True(s_totalEnumerablesRun > 1, "expected additional iteration runs");