3 writes to _nextIntervalStartTime
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Metrics\AggregationManager.cs (3)
168
_intervalStartTime =
_nextIntervalStartTime
= _startTime = DateTime.UtcNow;
221
_nextIntervalStartTime
= _startTime.AddSeconds(alignUpSecsSinceStart);
232
_nextIntervalStartTime
= minNextInterval;
7 references to _nextIntervalStartTime
System.Diagnostics.DiagnosticSource (7)
System\Diagnostics\Metrics\AggregationManager.cs (7)
210
_intervalStartTime =
_nextIntervalStartTime
;
230
if (
_nextIntervalStartTime
<= minNextInterval)
234
return
_nextIntervalStartTime
- now;
263
_beginCollection(_intervalStartTime,
_nextIntervalStartTime
);
265
_endCollection(_intervalStartTime,
_nextIntervalStartTime
);
289
_beginCollection(_intervalStartTime,
_nextIntervalStartTime
);
291
_endCollection(_intervalStartTime,
_nextIntervalStartTime
);