2 writes to _nextUpToDateCheck
System.Web (2)
Compilation\BuildResult.cs (2)
125ret._nextUpToDateCheck = DateTime.MinValue; 381_nextUpToDateCheck = now.AddSeconds(UpdateInterval);
2 references to _nextUpToDateCheck
System.Web (2)
Compilation\BuildResult.cs (2)
346if (now < _nextUpToDateCheck && !BuildManagerHost.InClientBuildManager) { 348+ _nextUpToDateCheck + "," + now);