3 references to MethodCall
mscorlib (1)
system\runtime\remoting\message.cs (1)
3938
public ConstructionCall(Header[] headers) :
base
(headers) {}
System.Runtime.Remoting (2)
channels\core\corechannel.cs (2)
545
MethodCall mc = new
MethodCall
(h);
698
MethodCall mc = new
MethodCall
(h);