11 writes to MI
mscorlib (11)
system\runtime\remoting\message.cs (11)
2883
MI
= mcm.MethodBase;
3152
MI
= t.GetMethod(methodName,
3209
MI
= Type.DefaultBinder.SelectMethod(MethodCall.LookupAll,
3227
MI
= typeCache.GetLastCalledMethod(methodName);
3247
MI
= t.GetMethod(methodName,
3251
MI
= ((MethodInfo)MI).MakeGenericMethod(instArgs);
3300
MI
= canidates[0] as MethodBase;
3324
MI
= match;
3337
MI
= canidates[0] as MethodBase;
3379
MI
= match;
3658
MI
= RemotingServices.InternalGetMethodBaseFromMethodMessage(this);
17 references to MI
mscorlib (17)
system\runtime\remoting\message.cs (17)
3105
if ((
MI
== null) && (methodName != null))
3215
BCLDebug.Trace("REMOTE", "Method resolved w/sig ",
MI
== null ? "<null>" : "<not null>");
3228
if (
MI
!= null)
3251
MI = ((MethodInfo)
MI
).MakeGenericMethod(instArgs);
3253
BCLDebug.Trace("REMOTE", "Method resolved w/name ",
MI
== null ? "<null>" : methodName);
3267
if (
MI
!= null && !bOverloaded && typeCache != null)
3268
typeCache.SetLastCalledMethod(methodName,
MI
);
3271
if (
MI
== null && bThrowIfNotResolved)
3407
if (
MI
== null)
3435
if (
MI
== null)
3451
RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(
MI
);
3572
RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(
MI
);
3644
else if (
MI
!= null)
3657
if (
MI
== null)
3659
return
MI
;
3894
if (
MI
!= null)
3896
ArgMapper argm = new ArgMapper(
MI
, false);