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