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