2 writes to _args
mscorlib (2)
system\runtime\remoting\message.cs (2)
5991
_args
= _msg.Args;
6070
set {
_args
= value; }
4 references to _args
mscorlib (4)
system\runtime\remoting\message.cs (4)
6052
if (
_args
!= null)
6053
return
_args
.Length;
6064
public virtual Object GetArg(int argNum) { return
_args
[argNum]; }
6069
get { return
_args
; }