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