5 references to CopyFunctor
Microsoft.Build.Tasks.UnitTests (5)
Copy_Tests.cs (5)
2403
var copyFunctor = new
CopyFunctor
(2, false /* do not throw on failure */);
2473
var copyFunctor = new
CopyFunctor
(2, false /* do not throw on failure */);
2501
var copyFunctor = new
CopyFunctor
(2, false /* do not throw on failure */);
2536
var copyFunctor = new
CopyFunctor
(4, false /* do not throw */);
2566
var copyFunctor = new
CopyFunctor
(3, true /* throw */);