3 references to ThrowIfDisposed
aspire (3)
Processes\IsolatedProcess.Windows.cs (3)
268
ThrowIfDisposed
(processHandle, nameof(HasExited));
283
ThrowIfDisposed
(processHandle, nameof(ExitCode));
307
ThrowIfDisposed
(processHandle, nameof(WaitForExitAsync));