1 write to ProcDumpFilePath
RunTests (1)
Options.cs (1)
245ProcDumpFilePath = procDumpFilePath,
3 references to ProcDumpFilePath
RunTests (3)
Program.cs (3)
141ConsoleUtil.WriteLine($"Proc dump location: {options.ProcDumpFilePath}"); 263if (options.CollectDumps && !string.IsNullOrEmpty(options.ProcDumpFilePath)) 272await DumpProcess(proc, options.ProcDumpFilePath, dumpFilePath);