1 write to m_exceptionsHolder
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
1770
if (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),
1118
m_contingentProperties.
m_exceptionsHolder
.MarkAsHandled(false);
1509
return (props != null) && (props.
m_exceptionsHolder
!= null) && (props.
m_exceptionsHolder
.ContainsFaultList);
1709
(m_contingentProperties.
m_exceptionsHolder
!= null) &&
1710
(m_contingentProperties.
m_exceptionsHolder
.ContainsFaultList),
1714
m_contingentProperties.
m_exceptionsHolder
.MarkAsHandled(false);
1767
if (props.
m_exceptionsHolder
== null)
1779
props.
m_exceptionsHolder
.Add(exceptionObject, representsCancellation);
1844
Debug.Assert(m_contingentProperties != null && m_contingentProperties.
m_exceptionsHolder
!= null, "ExceptionRecorded should imply this");
1848
return m_contingentProperties.
m_exceptionsHolder
.CreateExceptionObject(false, canceledException);
1863
return m_contingentProperties!.
m_exceptionsHolder
!.GetExceptionDispatchInfos();