1 write to _verb
System.Diagnostics.Process (1)
System\Diagnostics\ProcessStartInfo.cs (1)
168set => _verb = value;
1 reference to _verb
System.Diagnostics.Process (1)
System\Diagnostics\ProcessStartInfo.cs (1)
167get => _verb ?? string.Empty;