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; 241if (_nextIntervalStartTime <= minNextInterval) 245return _nextIntervalStartTime - now; 274_beginCollection(_intervalStartTime, _nextIntervalStartTime); 276_endCollection(_intervalStartTime, _nextIntervalStartTime); 300_beginCollection(_intervalStartTime, _nextIntervalStartTime); 302_endCollection(_intervalStartTime, _nextIntervalStartTime);