2 instantiations of AsyncMethodInvoker
System.ServiceModel (2)
System\ServiceModel\Dispatcher\OperationInvokerBehavior.cs (2)
48dispatch.Invoker = new AsyncMethodInvoker(description.BeginMethod, description.EndMethod); 66dispatch.Invoker = new AsyncMethodInvoker(description.BeginMethod, description.EndMethod);
8 references to AsyncMethodInvoker
System.ServiceModel (8)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
116AsyncMethodInvoker async = this.invoker as AsyncMethodInvoker;
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (6)
88AsyncMethodInvoker.GetActivityInfo(ref activity, ref boundOperation); 169AsyncMethodInvoker.StopOperationInvokeTrace(callFailed, callFaulted, this.TaskMethod.Name); 170AsyncMethodInvoker.StopOperationInvokePerformanceCounters(callFailed, callFaulted, this.TaskMethod.Name); 197AsyncMethodInvoker.StartOperationInvokePerformanceCounters(this.taskMethod.Name); 205AsyncMethodInvoker.CreateActivityInfo(ref activity, ref boundActivity); 206AsyncMethodInvoker.StartOperationInvokeTrace(this.taskMethod.Name);