3 writes to _timeoutTicks
System.Web (3)
HttpContext.cs (3)
1651Interlocked.Exchange(ref _timeoutTicks, value.Ticks); 1702long ticks = Volatile.Read(ref _timeoutTicks); 1710long originalTicks = Interlocked.CompareExchange(ref _timeoutTicks, ticks, -1);