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