1 write to _userName
System.Diagnostics.Process (1)
System\Diagnostics\ProcessStartInfo.cs (1)
160set => _userName = value;
1 reference to _userName
System.Diagnostics.Process (1)
System\Diagnostics\ProcessStartInfo.cs (1)
159get => _userName ?? string.Empty;