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; 230if (_nextIntervalStartTime <= minNextInterval) 234return _nextIntervalStartTime - now; 263_beginCollection(_intervalStartTime, _nextIntervalStartTime); 265_endCollection(_intervalStartTime, _nextIntervalStartTime); 289_beginCollection(_intervalStartTime, _nextIntervalStartTime); 291_endCollection(_intervalStartTime, _nextIntervalStartTime);