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