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)
569if (_exception != null) 570return (Exception)deserializedArgs[_exception.Index];