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