7 references to GetMethodBase
mscorlib (7)
system\rttype.cs (1)
5618
MethodInfo meth = (MethodInfo)reqMsg.
GetMethodBase
();
system\runtime\remoting\message.cs (5)
306
InternalRemotingServices.GetReflectionCachedData(
GetMethodBase
());
367
InternalRemotingServices.GetReflectionCachedData(
GetMethodBase
());
400
_MethodSignature = GenerateMethodSignature(
GetMethodBase
());
420
return
GetMethodBase
();
4132
MI = (MethodBase)msg.
GetMethodBase
();
system\runtime\remoting\realproxy.cs (1)
475
MethodBase mb = m.
GetMethodBase
();