2 writes to _arguments
System.Diagnostics.Process (2)
System\Diagnostics\ProcessStartInfo.cs (2)
56_arguments = arguments; 79set => _arguments = value;
1 reference to _arguments
System.Diagnostics.Process (1)
System\Diagnostics\ProcessStartInfo.cs (1)
78get => _arguments ?? string.Empty;