3 writes to fileName
System (3)
services\monitoring\system\diagnosticts\ProcessStartInfo.cs (3)
81
this.
fileName
= fileName;
90
this.
fileName
= fileName;
388
set {
fileName
= value;}
2 references to fileName
System (2)
services\monitoring\system\diagnosticts\ProcessStartInfo.cs (2)
384
if (
fileName
== null) return string.Empty;
385
return
fileName
;