3 references to OutOfProcTaskHostTaskResult
MSBuild (3)
OutOfProcTaskAppDomainWrapperBase.cs (1)
395return new OutOfProcTaskHostTaskResult(TaskCompleteType.CrashedDuringExecution, e);
OutOfProcTaskHostNode.cs (2)
1109taskResult = new OutOfProcTaskHostTaskResult(TaskCompleteType.CrashedDuringExecution, e); 1149new OutOfProcTaskHostTaskResult(TaskCompleteType.CrashedAfterExecution, e),