5 references to CopyFunctor
Microsoft.Build.Tasks.UnitTests (5)
Copy_Tests.cs (5)
2354
var copyFunctor = new
CopyFunctor
(2, false /* do not throw on failure */);
2421
var copyFunctor = new
CopyFunctor
(2, false /* do not throw on failure */);
2448
var copyFunctor = new
CopyFunctor
(2, false /* do not throw on failure */);
2480
var copyFunctor = new
CopyFunctor
(4, false /* do not throw */);
2509
var copyFunctor = new
CopyFunctor
(3, true /* throw */);