9 references to LookupAll
mscorlib (9)
system\runtime\remoting\remotingservices.cs (9)
1962mb = t.GetMethod(msg.MethodName, RemotingServices.LookupAll); 1964mb = rt.GetMethod(msg.MethodName, RemotingServices.LookupAll); 1971mb = t.GetMethod(msg.MethodName, RemotingServices.LookupAll, null, signature, null); 1973mb = rt.GetMethod(msg.MethodName, RemotingServices.LookupAll, null, CallingConventions.Any, signature, null); 1996s_FieldGetterMB = typeof(Object).GetMethod(FieldGetterName,RemotingServices.LookupAll); 1999s_FieldSetterMB = typeof(Object).GetMethod(FieldSetterName, RemotingServices.LookupAll); 2005IsInstanceOfTypeName, RemotingServices.LookupAll); 2012CanCastToXmlTypeName, RemotingServices.LookupAll); 2019InvokeMemberName, RemotingServices.LookupAll);