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