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