3 references to _corruptRemaining
Infrastructure.Tests (3)
PowerShellScripts\DownloadNativeArchivesTests.cs (3)
530
_corruptRemaining
[name] = corruptTimes;
631
if (
_corruptRemaining
.TryGetValue(fileName, out var corruptLeft) && corruptLeft > 0)
633
_corruptRemaining
[fileName] = corruptLeft - 1;