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