3 references to ProcessStartInfo
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
1131ProcessStartInfo startInfo = new ProcessStartInfo(full_ocSetupPath, "NetFx3") {
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
2300ProcessStartInfo startInfo = new ProcessStartInfo(fileName, arguments); 2335return Start(new ProcessStartInfo(fileName, arguments));