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