4 writes to MI
mscorlib (4)
system\runtime\remoting\message.cs (4)
4132MI = (MethodBase)msg.GetMethodBase(); 4136MI = (MethodBase)mcm.MethodBase; 4161MI = (MethodBase)msg.MethodBase; 4192MI = (MethodBase)msg.MethodBase;
9 references to MI
mscorlib (9)
system\runtime\remoting\message.cs (9)
4138if (MI == null) 4148_methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 4162_methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 4193_methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 4256MethodInfo mi = MI as MethodInfo; 4422MethodInfo mi = MI as MethodInfo; 4561get { return MI; } 4595if (MI != null) 4597RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(MI);