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