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