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