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