4 references to OutOfProcTaskHostTaskResult
Microsoft.Build (3)
OutOfProcTaskHostTaskResult.cs (3)
22: this(result, null /* no final parameters */, null /* no exception */, null /* no exception message */, null /* and no args to go with it */) 31: this(result, finalParams, null /* no exception */, null /* no exception message */, null /* and no args to go with it */) 49: this(result, null /* no final parameters */, taskException, exceptionMessage, exceptionMessageArgs)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskHostTaskComplete_Tests.cs (1)
246new OutOfProcTaskHostTaskResult(taskResult, taskOutputParameters, taskException, taskExceptionMessage, taskExceptionMessageArgs),