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