1 write to UtcStartMonitoring
System.Web (1)
FileChangesMonitor.cs (1)
60UtcStartMonitoring = DateTime.UtcNow;
3 references to UtcStartMonitoring
System.Web (3)
FileChangesMonitor.cs (3)
882if (fad.UtcLastAccessTime.AddSeconds(60) < target.UtcStartMonitoring) { 891if (utcCompletion > target.UtcStartMonitoring) { 919if (fad.UtcLastAccessTime >= target.UtcStartMonitoring) {