2 writes to instArgs
mscorlib (2)
system\runtime\remoting\message.cs (2)
2908
instArgs
= smuggledMsg.GetInstantiation(deserializedArgs);
2940
instArgs
= smuggledMsg.InstantiationArgs;
7 references to instArgs
mscorlib (7)
system\runtime\remoting\message.cs (7)
3142
int arity =
instArgs
== null ? 0 :
instArgs
.Length;
3191
mi = mi.MakeGenericMethod(
instArgs
);
3224
if (
instArgs
== null)
3250
if (
instArgs
!= null &&
instArgs
.Length > 0)
3251
MI = ((MethodInfo)MI).MakeGenericMethod(
instArgs
);