6 references to AddException
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (5)
1107AddException(tse); 1697AddException(tse); 2225AddException(exceptionHolder.CreateExceptionObject(false, null)); 2433AddException(unhandledException); 3367AddException(exceptionObject); // handles singleton exception or exception collection
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
246task.AddException(tse);