2 writes to _startInfo
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
481
_startInfo
= new ProcessStartInfo();
494
_startInfo
= value;
2 references to _startInfo
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
474
if (
_startInfo
== null)
483
return
_startInfo
;