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