3 references to MethodCall
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MethodCall.cs (1)
19public MethodCall(MethodBase methodBase, object[] args) : this(args)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
546MethodCall methodCall = new MethodCall(inArgs); 558MethodCall methodCall = new MethodCall(inArgs);