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