2 writes to _intervalStartTime
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\AggregationManager.cs (2)
179_intervalStartTime = _nextIntervalStartTime = _startTime = DateTime.UtcNow; 221_intervalStartTime = _nextIntervalStartTime;
5 references to _intervalStartTime
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Metrics\AggregationManager.cs (5)
240DateTime minNextInterval = _intervalStartTime.AddSeconds(collectionIntervalSecs); 274_beginCollection(_intervalStartTime, _nextIntervalStartTime); 276_endCollection(_intervalStartTime, _nextIntervalStartTime); 300_beginCollection(_intervalStartTime, _nextIntervalStartTime); 302_endCollection(_intervalStartTime, _nextIntervalStartTime);