26 references to FileWriteInfo
Microsoft.Build.Engine.UnitTests (26)
BackEnd\TargetUpToDateChecker_Tests.cs (26)
175new FileWriteInfo("a.cs", _yesterday), 176new FileWriteInfo("a.dll", _today), 177new FileWriteInfo("b.cs", _today), 178new FileWriteInfo("b.dll", _yesterday), 179new FileWriteInfo("c.cs", _twoDaysAgo) 213new FileWriteInfo("a.cs", _yesterday), 214new FileWriteInfo("a.dll", _today), 215new FileWriteInfo("a.xml", _today), 216new FileWriteInfo("b.cs", _yesterday), 217new FileWriteInfo("b.dll", _twoDaysAgo), 218new FileWriteInfo("b.xml", _today), 219new FileWriteInfo("c.cs", _yesterday), 220new FileWriteInfo("c.dll", _today), 221new FileWriteInfo("c.xml", _today) 257new FileWriteInfo("a.cs", _yesterday), 258new FileWriteInfo("a.txt", _yesterday), 259new FileWriteInfo("a.dll", _today), 260new FileWriteInfo("a.xml", _today), 261new FileWriteInfo("b.cs", _yesterday), 262new FileWriteInfo("b.txt", _yesterday), 263new FileWriteInfo("b.dll", _twoDaysAgo), 264new FileWriteInfo("b.xml", _today), 265new FileWriteInfo("c.cs", _yesterday), 266new FileWriteInfo("c.txt", _yesterday), 267new FileWriteInfo("c.dll", _today), 268new FileWriteInfo("c.xml", _today)