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