3 references to MethodResponse
mscorlib (1)
system\runtime\remoting\message.cs (1)
4900
public ConstructionResponse(Header[] h, IMethodCallMessage mcm) :
base
(h, mcm) {}
System.Runtime.Remoting (2)
channels\core\corechannel.cs (2)
560
MethodResponse mr = new
MethodResponse
(h, mcm);
706
MethodResponse mr = new
MethodResponse
(h, mcm);