26 references to FileWriteInfo
Microsoft.Build.Engine.UnitTests (26)
BackEnd\TargetUpToDateChecker_Tests.cs (26)
148new FileWriteInfo("a.cs", _yesterday), 149new FileWriteInfo("a.dll", _today), 150new FileWriteInfo("b.cs", _today), 151new FileWriteInfo("b.dll", _yesterday), 152new FileWriteInfo("c.cs", _twoDaysAgo) 186new FileWriteInfo("a.cs", _yesterday), 187new FileWriteInfo("a.dll", _today), 188new FileWriteInfo("a.xml", _today), 189new FileWriteInfo("b.cs", _yesterday), 190new FileWriteInfo("b.dll", _twoDaysAgo), 191new FileWriteInfo("b.xml", _today), 192new FileWriteInfo("c.cs", _yesterday), 193new FileWriteInfo("c.dll", _today), 194new FileWriteInfo("c.xml", _today) 230new FileWriteInfo("a.cs", _yesterday), 231new FileWriteInfo("a.txt", _yesterday), 232new FileWriteInfo("a.dll", _today), 233new FileWriteInfo("a.xml", _today), 234new FileWriteInfo("b.cs", _yesterday), 235new FileWriteInfo("b.txt", _yesterday), 236new FileWriteInfo("b.dll", _twoDaysAgo), 237new FileWriteInfo("b.xml", _today), 238new FileWriteInfo("c.cs", _yesterday), 239new FileWriteInfo("c.txt", _yesterday), 240new FileWriteInfo("c.dll", _today), 241new FileWriteInfo("c.xml", _today)