1 write to _outArgs
mscorlib (1)
system\runtime\remoting\message.cs (1)
2552_outArgs = outArgs;
9 references to _outArgs
mscorlib (9)
system\runtime\remoting\message.cs (9)
2636if (_outArgs == null) 2642return _outArgs.Length; 2650if (_outArgs == null) 2660if ((argNum<0) || (argNum>=_outArgs.Length)) 2664return _outArgs[argNum]; 2673if (_outArgs == null) 2682if ((index < 0) || (index>=_outArgs.Length)) 2702if (_outArgs == null) 2706return _outArgs;