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