3 implementations of InvokeBegin
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
418public IAsyncResult InvokeBegin(object instance, object[] inputs, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (1)
56public IAsyncResult InvokeBegin(object instance, object[] inputs, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
63public IAsyncResult InvokeBegin(object instance, object[] inputs, AsyncCallback callback, object state)
1 reference to InvokeBegin
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
222result = Invoker.InvokeBegin(target, rpc.InputParameters, s_invokeCallback, resumeRpc);