1 write to s_startWithShellExecute
System.Diagnostics.Process (1)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (1)
29
s_startWithShellExecute
??= StartWithShellExecute;
1 reference to s_startWithShellExecute
System.Diagnostics.Process (1)
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (1)
119
return
s_startWithShellExecute
!(startInfo, stdinHandle, stdoutHandle, stderrHandle, out waitStateHolder);