4 writes to _fileName
System.Diagnostics.Process (4)
System\Diagnostics\ProcessStartInfo.cs (4)
48
_fileName
= fileName;
57
_fileName
= fileName;
70
_fileName
= fileName;
306
set =>
_fileName
= value;
1 reference to _fileName
System.Diagnostics.Process (1)
System\Diagnostics\ProcessStartInfo.cs (1)
305
get =>
_fileName
?? string.Empty;