2 references to SwallowCaptureAsync
aspire (2)
Utils\ProcessCaptureRunner.cs (2)
115
var interruptedCapture = await
SwallowCaptureAsync
(captureTask, createEmptyCapture, logger, s_postKillCaptureWaitBound).ConfigureAwait(false);
142
var capture = await
SwallowCaptureAsync
(captureTask, createEmptyCapture, logger, s_postExitCaptureWaitBound).ConfigureAwait(false);