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