1 type derived from MethodCall
mscorlib (1)
system\runtime\remoting\message.cs (1)
3915public class ConstructionCall : MethodCall, IConstructionCallMessage
6 instantiations of MethodCall
mscorlib (4)
system\runtime\remoting\crossappdomainchannel.cs (1)
369desReqMsg = new MethodCall(smuggledMcm, deserializedArgs);
system\runtime\remoting\remotingproxy.cs (2)
407MethodCall cpyMsg= new MethodCall(reqMsg); 744_message = new MethodCall(message);
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
858return new MethodCall(handlerObject, new BinaryMethodCallMessage(uri, methodName, typeName, instArgs, args, methodSignature, (LogicalCallContext)callContext, (Object[])properties));
System.Runtime.Remoting (2)
channels\core\corechannel.cs (2)
545MethodCall mc = new MethodCall(h); 698MethodCall mc = new MethodCall(h);
16 references to MethodCall
mscorlib (14)
system\runtime\remoting\message.cs (11)
1465return((MethodCall)_ccmsg).GetLogicalCallContext(); 1696MethodCall mc = _mcmsg as MethodCall; 1714MethodCall mc = _mcmsg as MethodCall; 3153MethodCall.LookupAll, 3171MemberInfo [] methods = t.FindMembers(MemberTypes.Method, MethodCall.LookupAll, Type.FilterName, methodName); 3209MI = Type.DefaultBinder.SelectMethod(MethodCall.LookupAll, 3248MethodCall.LookupAll); 3294MemberInfo[] canidates = t.GetMember(methodName, MemberTypes.Method, MethodCall.LookupPublic); 3331MemberInfo[] canidates = t.GetMember(methodName, MemberTypes.Method, MethodCall.LookupPublic);
system\runtime\remoting\remotingproxy.cs (1)
407MethodCall cpyMsg= new MethodCall(reqMsg);
system\runtime\remoting\remotingservices.cs (1)
2786public static void SetServerIdentity(MethodCall m, Object srvID)
system\runtime\remoting\remotingsurrogateselector.cs (1)
417private static Type _methodCallType = typeof(MethodCall);
System.Runtime.Remoting (2)
channels\core\corechannel.cs (2)
545MethodCall mc = new MethodCall(h); 698MethodCall mc = new MethodCall(h);