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)
229
DateTime minNextInterval =
_intervalStartTime
.AddSeconds(collectionIntervalSecs);
263
_beginCollection(
_intervalStartTime
, _nextIntervalStartTime);
265
_endCollection(
_intervalStartTime
, _nextIntervalStartTime);
289
_beginCollection(
_intervalStartTime
, _nextIntervalStartTime);
291
_endCollection(
_intervalStartTime
, _nextIntervalStartTime);