3 references to ExceptionRecorded
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (3)
1994
if (
ExceptionRecorded
)
2016
Debug.Assert(IsFaulted &&
ExceptionRecorded
, "Must only be used when the task has faulted with exceptions.");
2208
if (
ExceptionRecorded
)