5 references to IsAnyOutOfDate
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (3)
563
bool someOutOfDate =
IsAnyOutOfDate
(out DependencyAnalysisLogDetail dependencyAnalysisDetailEntry, _project.Directory, inputs, outputs);
660
bool someOutOfDate =
IsAnyOutOfDate
(out DependencyAnalysisLogDetail dependencyAnalysisDetailEntry, _project.Directory, upToDateInputItems, outputItems);
761
bool someOutOfDate =
IsAnyOutOfDate
(out DependencyAnalysisLogDetail dependencyAnalysisDetailEntry, _project.Directory, inputs, outputs);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TargetUpToDateChecker_Tests.cs (2)
932
Assert.Equal(expectedAnyOutOfDate, TargetUpToDateChecker.
IsAnyOutOfDate
(out detail, Directory.GetCurrentDirectory(), inputs, outputs));
1075
TargetUpToDateChecker.
IsAnyOutOfDate
(out detail, Directory.GetCurrentDirectory(), inputs, outputs));