1 write to m_faultExceptions
mscorlib (1)
system\threading\Tasks\TaskExceptionHolder.cs (1)
247if (exceptions == null) m_faultExceptions = exceptions = new List<ExceptionDispatchInfo>(1);
8 references to m_faultExceptions
mscorlib (8)
system\threading\Tasks\TaskExceptionHolder.cs (8)
103if (m_faultExceptions != null && !m_isHandled && 109foreach (ExceptionDispatchInfo edi in m_faultExceptions) 138m_faultExceptions); 153internal bool ContainsFaultList { get { return m_faultExceptions != null; } } 213Contract.Assert(m_faultExceptions == null, 246var exceptions = m_faultExceptions; 375var exceptions = m_faultExceptions; 405var exceptions = m_faultExceptions;