6 references to ExitType
MSBuildTaskHost (6)
OutOfProcTaskHost.cs (6)
71int exitCode = Execute() == ExitType.Success ? 0 : 1; 82internal static ExitType Execute() 108return ExitType.TaskHostNodeFailed; 114return ExitType.Success; 121return ExitType.TaskHostNodeFailed; 128return ExitType.Unexpected;