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