2 writes to _exception
mscorlib (2)
system\runtime\remoting\message.cs (2)
5994
_exception
= _msg.Exception; // (same thing as above goes for _exception)
6130
set {
_exception
= value; }
1 reference to _exception
mscorlib (1)
system\runtime\remoting\message.cs (1)
6129
get { return
_exception
; }