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