2 references to Success
MSBuildTaskHost (2)
OutOfProcTaskHost.cs (2)
69
=> Execute() == ExitType.
Success
? 0 : 1;
116
return ExitType.
Success
;