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