1 write to _moveLeftCallCount
Aspire.Cli.Tests (1)
Utils\ConsoleActivityLoggerTests.cs (1)
574
Interlocked.Increment(ref
_moveLeftCallCount
);
1 reference to _moveLeftCallCount
Aspire.Cli.Tests (1)
Utils\ConsoleActivityLoggerTests.cs (1)
558
public int MoveLeftCallCount =>
_moveLeftCallCount
;