2 writes to _intervalStartTime
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\AggregationManager.cs (2)
168_intervalStartTime = _nextIntervalStartTime = _startTime = DateTime.UtcNow; 210_intervalStartTime = _nextIntervalStartTime;
5 references to _intervalStartTime
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Metrics\AggregationManager.cs (5)
229DateTime minNextInterval = _intervalStartTime.AddSeconds(collectionIntervalSecs); 263_beginCollection(_intervalStartTime, _nextIntervalStartTime); 265_endCollection(_intervalStartTime, _nextIntervalStartTime); 289_beginCollection(_intervalStartTime, _nextIntervalStartTime); 291_endCollection(_intervalStartTime, _nextIntervalStartTime);