3 references to InArgs
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
167return TaskCreator.CreateTask(channel, operation, methodCall.InArgs); 169return TaskCreator.CreateGenericTask(channel, operation, methodCall.InArgs);
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
302return methodCall.InArgs;