1 write to _lastCompileTime
PresentationBuildTasks (1)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
323
_lastCompileTime
= TaskFileService.GetLastChangeTime(CompilerState.CacheFilePath);
2 references to _lastCompileTime
PresentationBuildTasks (2)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (2)
321
if (
_lastCompileTime
== nonSet)
327
return
_lastCompileTime
;