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