Base:
method
Execute
Microsoft.Build.Utilities.Task.Execute()
Implemented interface member:
method
Execute
Microsoft.Build.Framework.ITask.Execute()
5 overrides of Execute
Microsoft.Build.Tasks.CodeAnalysis (1)
Vbc.cs (1)
270
public override bool
Execute
()
Microsoft.Build.Tasks.Core (2)
LC.cs (1)
102
public override bool
Execute
()
SGen.cs (1)
128
public override bool
Execute
()
Microsoft.Build.Utilities.UnitTests (2)
ToolTask_Tests.cs (2)
1053
public override bool
Execute
()
1102
public override bool
Execute
() => true;
81 references to Execute
Microsoft.Build.Tasks.CodeAnalysis (1)
Vbc.cs (1)
272
if (!base.
Execute
())
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
TestUtilities\TaskTestUtil.cs (1)
38
Assert.True(compilerTask.
Execute
());
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
746
if (!managedCompiler.
Execute
())
Microsoft.Build.Tasks.UnitTests (37)
Exec_Tests.cs (37)
69
exec.
Execute
().ShouldBeTrue();
92
bool result = exec.
Execute
();
132
bool result = exec.
Execute
();
149
bool result = exec.
Execute
();
168
bool result = exec.
Execute
();
188
bool result = exec.
Execute
();
206
bool result = exec.
Execute
();
220
exec.
Execute
();
234
bool result = exec.
Execute
();
251
bool result = exec.
Execute
();
261
bool result = exec.
Execute
();
273
bool result = exec.
Execute
();
306
bool result = exec.
Execute
();
342
Assert.True(exec.
Execute
()); // "Task should have succeeded"
379
bool taskSucceeded = exec.
Execute
();
417
Assert.True(exec.
Execute
()); // "Task should have succeeded"
454
Assert.True(exec.
Execute
()); // "Task should have succeeded"
591
Assert.Equal(expectSuccess, exec.
Execute
());
617
bool result = exec.
Execute
();
630
bool result = exec.
Execute
();
651
exec.
Execute
();
673
bool result = exec.
Execute
();
682
result = exec.
Execute
();
704
bool result = exec.
Execute
();
714
result = exec.
Execute
();
732
bool result = exec.
Execute
();
749
bool result = exec.
Execute
();
764
bool result = exec.
Execute
();
781
bool result = exec.
Execute
();
799
bool result = exec.
Execute
();
812
bool result = exec.
Execute
();
858
bool result = exec.
Execute
();
873
bool result = exec.
Execute
();
890
exec.
Execute
();
908
bool result = exec.
Execute
();
923
result = exec.
Execute
();
1044
bool result = exec.
Execute
();
Microsoft.Build.Utilities.UnitTests (30)
ToolTask_Tests.cs (30)
132
t.
Execute
();
148
t.
Execute
().ShouldBeFalse();
171
t.
Execute
().ShouldBeTrue();
190
t.
Execute
().ShouldBeFalse();
217
t.
Execute
().ShouldBeFalse();
243
t.
Execute
();
268
t.
Execute
();
293
t.
Execute
().ShouldBeTrue();
317
t.
Execute
().ShouldBeTrue();
341
t.
Execute
().ShouldBeFalse();
386
t.
Execute
();
392
t.
Execute
();
411
t.
Execute
().ShouldBeFalse();
432
t.
Execute
().ShouldBeTrue();
461
t.
Execute
().ShouldBeTrue();
489
t.
Execute
().ShouldBeTrue();
523
t.
Execute
();
548
bool result = task.
Execute
();
578
bool result = task.
Execute
();
593
bool result = task.
Execute
();
608
bool result = task.
Execute
();
623
bool result = task.
Execute
();
638
bool result = task.
Execute
();
671
bool result = task.
Execute
();
720
bool result = task.
Execute
();
735
t.
Execute
();
769
t.
Execute
();
797
task.
Execute
();
859
task.
Execute
();
1056
return base.
Execute
();
Microsoft.DotNet.Build.Tasks.Installers (1)
src\ExecWithRetries.cs (1)
78
if (!_runningExec.
Execute
())
Microsoft.DotNet.Build.Tasks.Workloads (10)
Msi\MsiBase.wix.cs (1)
225
if (!light.
Execute
())
Msi\WorkloadManifestMsi.wix.cs (3)
61
if (!heat.
Execute
())
96
if (!jsonHeat.
Execute
())
152
if (!candle.
Execute
())
Msi\WorkloadPackGroupMsi.wix.cs (2)
72
if (!heat.
Execute
())
138
if (!candle.
Execute
())
Msi\WorkloadPackMsi.wix.cs (2)
43
if (!heat.
Execute
())
72
if (!candle.
Execute
())
Msi\WorkloadSetMsi.wix.cs (2)
43
if (!heat.
Execute
())
69
if (!candle.
Execute
())