3 references to ExceptionRecorded
mscorlib (3)
system\threading\Tasks\Task.cs (3)
2101
if (
ExceptionRecorded
)
2123
bool exceptionsAvailable = IsFaulted &&
ExceptionRecorded
;
2280
if (
ExceptionRecorded
)