5 writes to UseShellExecute
System (3)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
1133processStartInfo.UseShellExecute = false;
services\monitoring\system\diagnosticts\Process.cs (2)
2293startInfo.UseShellExecute = false; 2304startInfo.UseShellExecute = false;
System.AddIn (1)
System\Addin\Hosting\AddInProcess.cs (1)
364addInProcess.StartInfo.UseShellExecute = false;
System.Management (1)
Instrumentation\SchemaRegistration.cs (1)
711 processInfo.UseShellExecute = false ;
1 reference to UseShellExecute
System (1)
services\monitoring\system\diagnosticts\Process.cs (1)
1877if (startInfo.UseShellExecute) {