6 references to CrashedDuringExecution
Microsoft.Build (3)
Instance\TaskFactories\TaskHostTask.cs (1)
459if ((taskHostTaskComplete.TaskResult == TaskCompleteType.CrashedDuringExecution) ||
OutOfProcTaskHostTaskResult.cs (2)
62result == TaskCompleteType.CrashedDuringExecution || 72result == TaskCompleteType.CrashedDuringExecution ||
Microsoft.Build.Engine.UnitTests (3)
BackEnd\TaskHostTaskComplete_Tests.cs (3)
67new OutOfProcTaskHostTaskResult(TaskCompleteType.CrashedDuringExecution, new ArgumentNullException()), 100AssertInvalidConstructorThrows(typeof(InternalErrorException), TaskCompleteType.CrashedDuringExecution, null, "ExceptionlessErrorMessage", null, null, null); 103AssertInvalidConstructorThrows(typeof(InternalErrorException), TaskCompleteType.CrashedDuringExecution, null, null, new string[1] { "Foo" }, null, null);