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