1 write to _testRunProgressString
vstest.console.arm64 (1)
parent\vstest.console\Internal\ProgressIndicator.cs (1)
42_testRunProgressString = string.Format(CultureInfo.CurrentCulture, "{0}...", Resources.Resources.ProgressIndicatorString);
2 references to _testRunProgressString
vstest.console.arm64 (2)
parent\vstest.console\Internal\ProgressIndicator.cs (2)
55ConsoleOutput.Write(_testRunProgressString.Substring(0, _testRunProgressString.Length + _dotCounter - 2), OutputLevel.Information);