1 type derived from MethodResponse
mscorlib (1)
system\runtime\remoting\message.cs (1)
4897public class ConstructionResponse : MethodResponse, IConstructionReturnMessage
4 instantiations of MethodResponse
mscorlib (2)
system\runtime\remoting\crossappdomainchannel.cs (1)
554desRetMsg = new MethodResponse((IMethodCallMessage)reqMsg,
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
1138return new MethodResponse(methodCallMessage, handlerObject, new BinaryMethodReturnMessage(returnValue, args, exception, (LogicalCallContext)callContext, (Object[])properties));
System.Runtime.Remoting (2)
channels\core\corechannel.cs (2)
560MethodResponse mr = new MethodResponse(h, mcm); 706MethodResponse mr = new MethodResponse(h, mcm);
11 references to MethodResponse
mscorlib (9)
system\runtime\remoting\message.cs (8)
1565MethodResponse mr = _crmsg as MethodResponse; 1585MethodResponse mr = _crmsg as MethodResponse; 1829MethodResponse mr = _mrmsg as MethodResponse; 1858MethodResponse mr = _mrmsg as MethodResponse;
system\runtime\remoting\remotingsurrogateselector.cs (1)
419private static Type _methodResponseType = typeof(MethodResponse);
System.Runtime.Remoting (2)
channels\core\corechannel.cs (2)
560MethodResponse mr = new MethodResponse(h, mcm); 706MethodResponse mr = new MethodResponse(h, mcm);