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