1 write to m_Exception
mscorlib (1)
system\runtime\exceptionservices\exceptionservicescommon.cs (1)
44
m_Exception
= exception;
4 references to m_Exception
mscorlib (4)
system\runtime\exceptionservices\exceptionservicescommon.cs (4)
51
m_Exception
.GetStackTracesDeepCopy(out stackTrace, out dynamicMethods);
118
return
m_Exception
;
132
m_Exception
.RestoreExceptionDispatchInfo(this);
133
throw
m_Exception
;