4 writes to _fileName
System.Diagnostics.Process (4)
System\Diagnostics\ProcessStartInfo.cs (4)
46
_fileName
= fileName;
55
_fileName
= fileName;
68
_fileName
= fileName;
216
set =>
_fileName
= value;
1 reference to _fileName
System.Diagnostics.Process (1)
System\Diagnostics\ProcessStartInfo.cs (1)
215
get =>
_fileName
?? string.Empty;