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