2 writes to UserName
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
2290
startInfo.
UserName
= userName;
2301
startInfo.
UserName
= userName;
3 references to UserName
System (3)
services\monitoring\system\diagnosticts\Process.cs (3)
2058
if (startInfo.
UserName
.Length != 0) {
2080
startInfo.
UserName
,
2187
if( !String.IsNullOrEmpty(startInfo.
UserName
) || (startInfo.Password != null) ) {