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