2 references to MapAsyncBeginInputs
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
353
object[] ins = operation.
MapAsyncBeginInputs
(methodCall, out callback, out asyncState);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
548
object[] ins = op.
MapAsyncBeginInputs
(methodCall, out callback, out state);