3 references to hThread
Microsoft.Build (3)
BackEnd\Components\Communications\NodeLauncher.cs (3)
184if (processInfo.hThread != IntPtr.Zero && processInfo.hThread != NativeMethods.InvalidHandle) 186NativeMethodsShared.CloseHandle(processInfo.hThread);