3 references to OutOfProcTaskHostTaskResult
MSBuild (3)
OutOfProcTaskAppDomainWrapperBase.cs (1)
414return new OutOfProcTaskHostTaskResult(TaskCompleteType.CrashedDuringExecution, e);
OutOfProcTaskHostNode.cs (2)
1558taskResult = new OutOfProcTaskHostTaskResult(TaskCompleteType.CrashedDuringExecution, e); 1612new OutOfProcTaskHostTaskResult(TaskCompleteType.CrashedAfterExecution, e),