2 references to AsyncMethodInvoker
System.ServiceModel (2)
System\ServiceModel\Dispatcher\OperationInvokerBehavior.cs (2)
48
dispatch.Invoker = new
AsyncMethodInvoker
(description.BeginMethod, description.EndMethod);
66
dispatch.Invoker = new
AsyncMethodInvoker
(description.BeginMethod, description.EndMethod);