1 instantiation of BinaryMethodCallMessage
mscorlib (1)
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));
1 reference to BinaryMethodCallMessage
mscorlib (1)
system\runtime\remoting\message.cs (1)
2918
internal MethodCall(Object handlerObject,
BinaryMethodCallMessage
smuggledMsg)