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