2 references to ThrowIfExceptional
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Future.cs (1)
460if (!IsCompletedSuccessfully) ThrowIfExceptional(includeTaskCanceledExceptions: true);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
2782ThrowIfExceptional(true);