4 writes to args
mscorlib (4)
system\runtime\remoting\message.cs (4)
2907args = smuggledMsg.GetArgs(deserializedArgs); 2939args = smuggledMsg.Args; 3459args = new Object[pinfos.Length]; 3836args = (Object[]) value;
10 references to args
mscorlib (10)
system\runtime\remoting\message.cs (10)
3291if (args == null) 3307int argCount = args.Length; 3498if (position >= args.Length) 3504args[position] = Message.SoapCoerceArg(info.GetValue(memberName, typeof(Object)), pinfos[position].ParameterType, keyToNamespaceTable); 3512args[marshalRequestArgMap[i]] = 3531args[outArg] = Activator.CreateInstance(type, true); 3555return(args == null) ? 0 : args.Length; 3563return args[argNum]; 3582return args;