2 writes to _args
mscorlib (2)
system\runtime\remoting\message.cs (2)
5765
_args
= _msg.Args;
5839
set {
_args
= value; }
4 references to _args
mscorlib (4)
system\runtime\remoting\message.cs (4)
5822
if (
_args
!= null)
5823
return
_args
.Length;
5833
public virtual Object GetArg(int argNum) { return
_args
[argNum]; }
5838
get { return
_args
; }