3 writes to _intervalStartTicks
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\RateLimiter.cs (3)
31
_intervalStartTicks
= _stopwatch.ElapsedTicks;
45
long intervalStartTicks = Interlocked.Read(ref
_intervalStartTicks
);
59
Interlocked.CompareExchange(ref
_intervalStartTicks
, currentTicks, intervalStartTicks);