4 writes to methodSignature
mscorlib (4)
system\runtime\remoting\message.cs (4)
2906methodSignature = (Type[])smuggledMsg.GetMethodSignature(deserializedArgs); 2938methodSignature = (Type[])smuggledMsg.MethodSignature; 3645methodSignature = Message.GenerateMethodSignature(this.MethodBase); 3828methodSignature = (Type[]) value;
5 references to methodSignature
mscorlib (5)
system\runtime\remoting\message.cs (5)
3138if (null != methodSignature) 3156methodSignature, 3211methodSignature, 3642if (methodSignature != null) 3643return methodSignature;