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