1 write to _exception
mscorlib (1)
system\runtime\remoting\messagesmuggler.cs (1)
495
_exception
= new SerializedArg(argsToSerialize.Count);
2 references to _exception
mscorlib (2)
system\runtime\remoting\messagesmuggler.cs (2)
569
if (
_exception
!= null)
570
return (Exception)deserializedArgs[
_exception
.Index];