5 writes to UseShellExecute
System (3)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
1133
processStartInfo.
UseShellExecute
= false;
services\monitoring\system\diagnosticts\Process.cs (2)
2293
startInfo.
UseShellExecute
= false;
2304
startInfo.
UseShellExecute
= false;
System.AddIn (1)
System\Addin\Hosting\AddInProcess.cs (1)
364
addInProcess.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)
1877
if (startInfo.
UseShellExecute
) {