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