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