2 writes to _waitForExitCallCount
Aspire.Cli.Tests (2)
Commands\AppHostLauncherTests.cs (2)
1717
public int WaitForExitCallCount => Volatile.Read(ref
_waitForExitCallCount
);
1731
Interlocked.Increment(ref
_waitForExitCallCount
);