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