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