2 writes to _arguments
System.Diagnostics.Process (2)
System\Diagnostics\ProcessStartOptions.cs (2)
45get => _arguments ??= new List<string>(); 49_arguments = value;