12 references to Execute
Microsoft.Build.Tasks.Core (1)
Copy.cs (1)
1132return Execute(CopyFileWithLogging, s_copyInParallel);
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)); 2044bool success = t.Execute(delegate (FileState source, FileState dest) 2112bool success = t.Execute(delegate (FileState source, FileState dest) 2397bool result = t.Execute(copyFunctor.Copy, !isUseSingleThreadedCopy); 2467bool result = t.Execute(copyFunctor.Copy, !isUseSingleThreadedCopy); 2495bool result = t.Execute(copyFunctor.Copy, !isUseSingleThreadedCopy); 2530bool result = t.Execute(copyFunctor.Copy, !isUseSingleThreadedCopy); 2560bool result = t.Execute(copyFunctor.Copy, !isUseSingleThreadedCopy);