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