4 references to TaskFileService
PresentationBuildTasks (4)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (4)
121
if (
TaskFileService
.Exists(_mcPass1.ApplicationFile) && IsFileChanged(_mcPass1.ApplicationFile))
323
_lastCompileTime =
TaskFileService
.GetLastChangeTime(CompilerState.CacheFilePath);
379
if ((_analyzeResult & RecompileCategory.PagesWithLocalType) == RecompileCategory.PagesWithLocalType &&
TaskFileService
.IsRealBuild)
586
dtFile =
TaskFileService
.GetLastChangeTime(inputFile);