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