3 writes to _nextIntervalStartTime
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Metrics\AggregationManager.cs (3)
179
_intervalStartTime =
_nextIntervalStartTime
= _startTime = DateTime.UtcNow;
232
_nextIntervalStartTime
= _startTime.AddSeconds(alignUpSecsSinceStart);
243
_nextIntervalStartTime
= minNextInterval;
7 references to _nextIntervalStartTime
System.Diagnostics.DiagnosticSource (7)
System\Diagnostics\Metrics\AggregationManager.cs (7)
221
_intervalStartTime =
_nextIntervalStartTime
;
241
if (
_nextIntervalStartTime
<= minNextInterval)
245
return
_nextIntervalStartTime
- now;
274
_beginCollection(_intervalStartTime,
_nextIntervalStartTime
);
276
_endCollection(_intervalStartTime,
_nextIntervalStartTime
);
300
_beginCollection(_intervalStartTime,
_nextIntervalStartTime
);
302
_endCollection(_intervalStartTime,
_nextIntervalStartTime
);