3 references to _truncatedRemaining
Infrastructure.Tests (3)
PowerShellScripts\DownloadNativeArchivesTests.cs (3)
516
_truncatedRemaining
[name] = truncateTimes;
616
if (
_truncatedRemaining
.TryGetValue(fileName, out var truncateLeft) && truncateLeft > 0
619
_truncatedRemaining
[fileName] = truncateLeft - 1;