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)
240
DateTime minNextInterval =
_intervalStartTime
.AddSeconds(collectionIntervalSecs);
274
_beginCollection(
_intervalStartTime
, _nextIntervalStartTime);
276
_endCollection(
_intervalStartTime
, _nextIntervalStartTime);
300
_beginCollection(
_intervalStartTime
, _nextIntervalStartTime);
302
_endCollection(
_intervalStartTime
, _nextIntervalStartTime);