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