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