2 references to LookupPublic
mscorlib (2)
system\runtime\remoting\message.cs (2)
3294MemberInfo[] canidates = t.GetMember(methodName, MemberTypes.Method, MethodCall.LookupPublic); 3331MemberInfo[] canidates = t.GetMember(methodName, MemberTypes.Method, MethodCall.LookupPublic);