12 references to Execute
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Tasks.UnitTests (11)
Copy_Tests.cs (11)
507t.Execute(m.CopyFile, !isUseSingleThreadedCopy);
555Assert.False(t.Execute(m.CopyFile, !isUseSingleThreadedCopy));
615Assert.True(t.Execute(m.CopyFile, !isUseSingleThreadedCopy));
668Assert.False(t.Execute(m.CopyFile, !isUseSingleThreadedCopy));
2006bool success = t.Execute(delegate (FileState source, FileState dest)
2073bool success = t.Execute(delegate (FileState source, FileState dest)
2350bool result = t.Execute(copyFunctor.Copy, !isUseSingleThreadedCopy);
2417bool result = t.Execute(copyFunctor.Copy, !isUseSingleThreadedCopy);
2444bool result = t.Execute(copyFunctor.Copy, !isUseSingleThreadedCopy);
2476bool result = t.Execute(copyFunctor.Copy, !isUseSingleThreadedCopy);
2505bool result = t.Execute(copyFunctor.Copy, !isUseSingleThreadedCopy);