2 writes to _dotCounter
vstest.console.arm64 (2)
parent\vstest.console\Internal\ProgressIndicator.cs (2)
105_dotCounter = ++_dotCounter % 3;
2 references to _dotCounter
vstest.console.arm64 (2)
parent\vstest.console\Internal\ProgressIndicator.cs (2)
55ConsoleOutput.Write(_testRunProgressString.Substring(0, _testRunProgressString.Length + _dotCounter - 2), OutputLevel.Information); 109if (_dotCounter == 0)