2 writes to hThread
aspire (2)
Processes\IsolatedProcess.Windows.cs (2)
123pi.hThread = nint.Zero; 234pi.hThread = nint.Zero;
7 references to hThread
aspire (5)
Processes\IsolatedProcess.Windows.cs (5)
122WindowsProcessInterop.CloseHandle(pi.hThread); 171try { WindowsProcessInterop.CloseHandle(pi.hThread); } catch { } 233WindowsProcessInterop.CloseHandle(pi.hThread); 256if (pi.hThread != nint.Zero) 258try { WindowsProcessInterop.CloseHandle(pi.hThread); } catch { }
Aspire.Cli.Tests (2)
Processes\WindowsConsoleProcessJobTests.cs (2)
116WindowsProcessInterop.CloseHandle(pi.hThread); 160WindowsProcessInterop.CloseHandle(pi.hThread);