1 implementation of GetLastChangeTime
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Tasks\TaskFileService.cs (1)
218
public DateTime
GetLastChangeTime
(string srcFile)
2 references to GetLastChangeTime
PresentationBuildTasks (2)
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (2)
327
_lastCompileTime = TaskFileService.
GetLastChangeTime
(CompilerState.CacheFilePath);
581
dtFile = TaskFileService.
GetLastChangeTime
(inputFile);