3 references to MethodCall
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\MethodCall.cs (1)
24public MethodCall(MethodBase methodBase, object[] args) : this(args)
System\ServiceModel\ClientBase.cs (2)
943MethodCall methodCall = new MethodCall(inArgs); 955MethodCall methodCall = new MethodCall(inArgs);