1 write to m_exceptionsHolder
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
1770if (Interlocked.CompareExchange(ref props.m_exceptionsHolder, holder, null) != null)
13 references to m_exceptionsHolder
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (13)
1114(m_contingentProperties.m_exceptionsHolder != null) && 1115(m_contingentProperties.m_exceptionsHolder.ContainsFaultList), 1118m_contingentProperties.m_exceptionsHolder.MarkAsHandled(false); 1509return (props != null) && (props.m_exceptionsHolder != null) && (props.m_exceptionsHolder.ContainsFaultList); 1709(m_contingentProperties.m_exceptionsHolder != null) && 1710(m_contingentProperties.m_exceptionsHolder.ContainsFaultList), 1714m_contingentProperties.m_exceptionsHolder.MarkAsHandled(false); 1767if (props.m_exceptionsHolder == null) 1779props.m_exceptionsHolder.Add(exceptionObject, representsCancellation); 1844Debug.Assert(m_contingentProperties != null && m_contingentProperties.m_exceptionsHolder != null, "ExceptionRecorded should imply this"); 1848return m_contingentProperties.m_exceptionsHolder.CreateExceptionObject(false, canceledException); 1863return m_contingentProperties!.m_exceptionsHolder!.GetExceptionDispatchInfos();