1 write to _dashboardProcess
aspire (1)
Profiling\ProfileCaptureService.cs (1)
255
_dashboardProcess
= dashboardProcess;
3 references to _dashboardProcess
aspire (3)
Profiling\ProfileCaptureService.cs (3)
354
if (!
_dashboardProcess
.HasExited)
358
_dashboardProcess
.Kill(entireProcessTree: true);
383
await
_dashboardProcess
.DisposeAsync().ConfigureAwait(false);