3 references to Shared
aspire (3)
Processes\IsolatedProcess.Windows.cs (2)
83
var jobHandle = startInfo.KillOnParentExit ? WindowsConsoleProcessJob.
Shared
.Handle : null;
227
jobHandle: startInfo.KillOnParentExit ? WindowsConsoleProcessJob.
Shared
.Handle : null);
Processes\WindowsConsoleProcessJob.cs (1)
14
/// once per CLI process — on first isolated spawn via <see cref="
Shared
"/> — and held for