1 write to _dashboardExitTask
aspire (1)
Profiling\ProfileCaptureService.cs (1)
260
_dashboardExitTask
= dashboardProcess.WaitForExitAsync(CancellationToken.None);
3 references to _dashboardExitTask
aspire (3)
Profiling\ProfileCaptureService.cs (3)
278
if (
_dashboardExitTask
.IsCompleted)
372
await
_dashboardExitTask
.WaitAsync(s_dashboardDisposeTimeout, _timeProvider).ConfigureAwait(false);
497
return await
_dashboardExitTask
.ConfigureAwait(false);