12 references to NativeMethods
Microsoft.NET.Sdk.Razor.Tasks (12)
ServerConnection.cs (12)
347startInfo.hStdError = NativeMethods.InvalidIntPtr; 348startInfo.hStdInput = NativeMethods.InvalidIntPtr; 349startInfo.hStdOutput = NativeMethods.InvalidIntPtr; 350startInfo.dwFlags = NativeMethods.STARTF_USESTDHANDLES; 351var dwCreationFlags = NativeMethods.NORMAL_PRIORITY_CLASS | NativeMethods.CREATE_NO_WINDOW; 357var success = NativeMethods.CreateProcess( 360lpProcessAttributes: NativeMethods.NullPtr, 361lpThreadAttributes: NativeMethods.NullPtr, 364lpEnvironment: NativeMethods.NullPtr, // Inherit environment 372NativeMethods.CloseHandle(processInfo.hProcess); 373NativeMethods.CloseHandle(processInfo.hThread);