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;
80 references to Execute
Microsoft.Build.Tasks.CodeAnalysis (1)
Vbc.cs (1)
272
if (!base.
Execute
())
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
746
if (!managedCompiler.
Execute
())
Microsoft.Build.Tasks.UnitTests (37)
Exec_Tests.cs (37)
68
exec.
Execute
().ShouldBeTrue();
91
bool result = exec.
Execute
();
131
bool result = exec.
Execute
();
148
bool result = exec.
Execute
();
167
bool result = exec.
Execute
();
198
bool result = exec.
Execute
();
216
bool result = exec.
Execute
();
230
exec.
Execute
();
244
bool result = exec.
Execute
();
261
bool result = exec.
Execute
();
271
bool result = exec.
Execute
();
283
bool result = exec.
Execute
();
316
bool result = exec.
Execute
();
352
Assert.True(exec.
Execute
()); // "Task should have succeeded"
389
bool taskSucceeded = exec.
Execute
();
427
Assert.True(exec.
Execute
()); // "Task should have succeeded"
464
Assert.True(exec.
Execute
()); // "Task should have succeeded"
601
Assert.Equal(expectSuccess, exec.
Execute
());
627
bool result = exec.
Execute
();
640
bool result = exec.
Execute
();
661
exec.
Execute
();
683
bool result = exec.
Execute
();
692
result = exec.
Execute
();
714
bool result = exec.
Execute
();
724
result = exec.
Execute
();
742
bool result = exec.
Execute
();
759
bool result = exec.
Execute
();
774
bool result = exec.
Execute
();
791
bool result = exec.
Execute
();
809
bool result = exec.
Execute
();
822
bool result = exec.
Execute
();
868
bool result = exec.
Execute
();
883
bool result = exec.
Execute
();
900
exec.
Execute
();
918
bool result = exec.
Execute
();
933
result = exec.
Execute
();
1054
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
())