4 references to TaskFileService
PresentationBuildTasks (4)
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (4)
125
if (
TaskFileService
.Exists(_mcPass1.ApplicationFile) && IsFileChanged(_mcPass1.ApplicationFile))
327
_lastCompileTime =
TaskFileService
.GetLastChangeTime(CompilerState.CacheFilePath);
383
if ((_analyzeResult & RecompileCategory.PagesWithLocalType) == RecompileCategory.PagesWithLocalType &&
TaskFileService
.IsRealBuild)
581
dtFile =
TaskFileService
.GetLastChangeTime(inputFile);