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