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