2 writes to arguments
System (2)
services\monitoring\system\diagnosticts\ProcessStartInfo.cs (2)
91
this.
arguments
= arguments;
141
arguments
= value;
2 references to arguments
System (2)
services\monitoring\system\diagnosticts\ProcessStartInfo.cs (2)
137
if (
arguments
== null) return string.Empty;
138
return
arguments
;