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