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