5 instantiations of CopyFunctor
Microsoft.Build.Tasks.UnitTests (5)
Copy_Tests.cs (5)
2461
var copyFunctor = new
CopyFunctor
(2, false /* do not throw on failure */);
2531
var copyFunctor = new
CopyFunctor
(2, false /* do not throw on failure */);
2559
var copyFunctor = new
CopyFunctor
(2, false /* do not throw on failure */);
2594
var copyFunctor = new
CopyFunctor
(4, false /* do not throw */);
2624
var copyFunctor = new
CopyFunctor
(3, true /* throw */);
5 references to CopyFunctor
Microsoft.Build.Tasks.UnitTests (5)
Copy_Tests.cs (5)
2461
var
copyFunctor = new CopyFunctor(2, false /* do not throw on failure */);
2531
var
copyFunctor = new CopyFunctor(2, false /* do not throw on failure */);
2559
var
copyFunctor = new CopyFunctor(2, false /* do not throw on failure */);
2594
var
copyFunctor = new CopyFunctor(4, false /* do not throw */);
2624
var
copyFunctor = new CopyFunctor(3, true /* throw */);