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