2 writes to m_cancellationException
mscorlib (2)
system\threading\Tasks\TaskExceptionHolder.cs (2)
222
m_cancellationException
= ExceptionDispatchInfo.Capture(oce);
229
m_cancellationException
= edi;
2 references to m_cancellationException
mscorlib (2)
system\threading\Tasks\TaskExceptionHolder.cs (2)
208
Contract.Assert(
m_cancellationException
== null,
421
var edi =
m_cancellationException
;