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