4 references to NewerInput
Microsoft.Build.Engine (4)
Engine\TargetDependencyAnalyzer.cs (4)
323if (logDetail.Reason == OutofdateReason.NewerInput) 349if (logDetail.Reason == OutofdateReason.NewerInput) 1019dependencyAnalysisDetailEntry = new DependencyAnalysisLogDetail(unescapedInput, oldestOutput, null, null, OutofdateReason.NewerInput); 1118this.dependencyAnalysisDetail.Add(new DependencyAnalysisLogDetail(input, output, inputItemName, outputItemName, OutofdateReason.NewerInput));