2 references to MaxTotalDumpSizeInMegabytes
RunTests (2)
Program.cs (2)
437
if (currentTotalSize >
MaxTotalDumpSizeInMegabytes
)
439
ConsoleUtil.WriteLine($"Deleting '{dumpFile}' because we have exceeded our total dump size of {
MaxTotalDumpSizeInMegabytes
} megabytes.");