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)
278if (_dashboardExitTask.IsCompleted) 372await _dashboardExitTask.WaitAsync(s_dashboardDisposeTimeout, _timeProvider).ConfigureAwait(false); 497return await _dashboardExitTask.ConfigureAwait(false);