4 writes to _fileName
System.Diagnostics.Process (4)
System\Diagnostics\ProcessStartInfo.cs (4)
45
_fileName
= fileName;
54
_fileName
= fileName;
67
_fileName
= fileName;
137
set =>
_fileName
= value;
1 reference to _fileName
System.Diagnostics.Process (1)
System\Diagnostics\ProcessStartInfo.cs (1)
136
get =>
_fileName
?? string.Empty;