2 references to MapAsyncBeginInputs
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
341
object[] ins = operation.
MapAsyncBeginInputs
(methodCall, out callback, out asyncState);
System\ServiceModel\ClientBase.cs (1)
1137
object[] ins = op.
MapAsyncBeginInputs
(methodCall, out callback, out state);