1 write to m_exceptionsHolder
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
1771if (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)
1115(m_contingentProperties.m_exceptionsHolder != null) && 1116(m_contingentProperties.m_exceptionsHolder.ContainsFaultList), 1119m_contingentProperties.m_exceptionsHolder.MarkAsHandled(false); 1510return (props != null) && (props.m_exceptionsHolder != null) && (props.m_exceptionsHolder.ContainsFaultList); 1710(m_contingentProperties.m_exceptionsHolder != null) && 1711(m_contingentProperties.m_exceptionsHolder.ContainsFaultList), 1715m_contingentProperties.m_exceptionsHolder.MarkAsHandled(false); 1768if (props.m_exceptionsHolder == null) 1780props.m_exceptionsHolder.Add(exceptionObject, representsCancellation); 1845Debug.Assert(m_contingentProperties != null && m_contingentProperties.m_exceptionsHolder != null, "ExceptionRecorded should imply this"); 1849return m_contingentProperties.m_exceptionsHolder.CreateExceptionObject(false, canceledException); 1864return m_contingentProperties!.m_exceptionsHolder!.GetExceptionDispatchInfos();