3 references to IsAnyOutOfDate
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (3)
564
bool someOutOfDate =
IsAnyOutOfDate
(out DependencyAnalysisLogDetail dependencyAnalysisDetailEntry, _project.Directory, inputs, outputs);
661
bool someOutOfDate =
IsAnyOutOfDate
(out DependencyAnalysisLogDetail dependencyAnalysisDetailEntry, _project.Directory, upToDateInputItems, outputItems);
762
bool someOutOfDate =
IsAnyOutOfDate
(out DependencyAnalysisLogDetail dependencyAnalysisDetailEntry, _project.Directory, inputs, outputs);