12 references to Execute
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Tasks.UnitTests (11)
Copy_Tests.cs (11)
521t.Execute(m.CopyFile, !isUseSingleThreadedCopy);
570Assert.False(t.Execute(m.CopyFile, !isUseSingleThreadedCopy));
631Assert.True(t.Execute(m.CopyFile, !isUseSingleThreadedCopy));
685Assert.False(t.Execute(m.CopyFile, !isUseSingleThreadedCopy));
2109bool success = t.Execute(delegate (FileState source, FileState dest)
2177bool success = t.Execute(delegate (FileState source, FileState dest)
2462bool result = t.Execute(copyFunctor.Copy, !isUseSingleThreadedCopy);
2532bool result = t.Execute(copyFunctor.Copy, !isUseSingleThreadedCopy);
2560bool result = t.Execute(copyFunctor.Copy, !isUseSingleThreadedCopy);
2595bool result = t.Execute(copyFunctor.Copy, !isUseSingleThreadedCopy);
2625bool result = t.Execute(copyFunctor.Copy, !isUseSingleThreadedCopy);