1 write to _outArgsCount
mscorlib (1)
system\runtime\remoting\message.cs (1)
2553
_outArgsCount
= outArgsCount;
4 references to _outArgsCount
mscorlib (4)
system\runtime\remoting\message.cs (4)
2638
return
_outArgsCount
;
2652
if ((argNum<0) || (argNum>=
_outArgsCount
))
2675
if ((index < 0) || (index>=
_outArgsCount
))
2704
return new Object[
_outArgsCount
];