4 references to NewerInput
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (4)
317
if (logDetail.Reason == OutofdateReason.
NewerInput
)
343
if (logDetail.Reason == OutofdateReason.
NewerInput
)
1067
dependencyAnalysisDetailEntry = new DependencyAnalysisLogDetail(unescapedInput, oldestOutput, null, null, OutofdateReason.
NewerInput
);
1176
_dependencyAnalysisDetail.Add(new DependencyAnalysisLogDetail(input, output, inputItemName, outputItemName, OutofdateReason.
NewerInput
));