2 writes to startInfo
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
980
startInfo
= new ProcessStartInfo(this);
989
startInfo
= value;
2 references to startInfo
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
979
if (
startInfo
== null) {
982
return
startInfo
;