2 writes to _startInfo
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
565
_startInfo
= new ProcessStartInfo();
578
_startInfo
= value;
2 references to _startInfo
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
558
if (
_startInfo
== null)
567
return
_startInfo
;