1 write to _profileDataPollInterval
aspire (1)
Profiling\ProfileCaptureService.cs (1)
262
_profileDataPollInterval
= profileDataPollInterval;
1 reference to _profileDataPollInterval
aspire (1)
Profiling\ProfileCaptureService.cs (1)
436
await Task.Delay(
_profileDataPollInterval
, _timeProvider, linkedCts.Token).ConfigureAwait(false);