6 references to ExitType
MSBuildTaskHost (6)
OutOfProcTaskHost.cs (6)
69
=> Execute() ==
ExitType
.Success ? 0 : 1;
78
internal static
ExitType
Execute()
110
return
ExitType
.TaskHostNodeFailed;
116
return
ExitType
.Success;
123
return
ExitType
.TaskHostNodeFailed;
130
return
ExitType
.Unexpected;