3 references to OutOfProcTaskHostTaskResult
MSBuild (3)
OutOfProcTaskAppDomainWrapperBase.cs (1)
397return new OutOfProcTaskHostTaskResult(TaskCompleteType.CrashedDuringExecution, e);
OutOfProcTaskHostNode.cs (2)
1476taskResult = new OutOfProcTaskHostTaskResult(TaskCompleteType.CrashedDuringExecution, e); 1514new OutOfProcTaskHostTaskResult(TaskCompleteType.CrashedAfterExecution, e),