5 instantiations of CopyFunctor
Microsoft.Build.Tasks.UnitTests (5)
Copy_Tests.cs (5)
2349
var copyFunctor = new
CopyFunctor
(2, false /* do not throw on failure */);
2416
var copyFunctor = new
CopyFunctor
(2, false /* do not throw on failure */);
2443
var copyFunctor = new
CopyFunctor
(2, false /* do not throw on failure */);
2475
var copyFunctor = new
CopyFunctor
(4, false /* do not throw */);
2504
var copyFunctor = new
CopyFunctor
(3, true /* throw */);
5 references to CopyFunctor
Microsoft.Build.Tasks.UnitTests (5)
Copy_Tests.cs (5)
2349
var
copyFunctor = new CopyFunctor(2, false /* do not throw on failure */);
2416
var
copyFunctor = new CopyFunctor(2, false /* do not throw on failure */);
2443
var
copyFunctor = new CopyFunctor(2, false /* do not throw on failure */);
2475
var
copyFunctor = new CopyFunctor(4, false /* do not throw */);
2504
var
copyFunctor = new CopyFunctor(3, true /* throw */);