1 instantiation of TaskExceptionHolder
mscorlib (1)
system\threading\Tasks\Task.cs (1)
2031
TaskExceptionHolder holder = new
TaskExceptionHolder
(this);
4 references to TaskExceptionHolder
mscorlib (4)
system\threading\Tasks\Task.cs (4)
261
internal volatile
TaskExceptionHolder
m_exceptionsHolder; // Tracks exceptions, if any have occurred
2031
TaskExceptionHolder
holder = new TaskExceptionHolder(this);
2137
var
holder = props.m_exceptionsHolder;
2436
TaskExceptionHolder
exceptionHolder = task.m_contingentProperties.m_exceptionsHolder;