2 writes to _lastEvent
System.Web (2)
IdleTimeoutMonitor.cs (2)
26_lastEvent = DateTime.UtcNow; 49lock (this) { _lastEvent = value; }
1 reference to _lastEvent
System.Web (1)
IdleTimeoutMonitor.cs (1)
44lock (this) { t = _lastEvent; }