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