2 instantiations of 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);
8 references to AsyncMethodInvoker
System.ServiceModel (8)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
116
AsyncMethodInvoker
async = this.invoker as
AsyncMethodInvoker
;
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (6)
88
AsyncMethodInvoker
.GetActivityInfo(ref activity, ref boundOperation);
169
AsyncMethodInvoker
.StopOperationInvokeTrace(callFailed, callFaulted, this.TaskMethod.Name);
170
AsyncMethodInvoker
.StopOperationInvokePerformanceCounters(callFailed, callFaulted, this.TaskMethod.Name);
197
AsyncMethodInvoker
.StartOperationInvokePerformanceCounters(this.taskMethod.Name);
205
AsyncMethodInvoker
.CreateActivityInfo(ref activity, ref boundActivity);
206
AsyncMethodInvoker
.StartOperationInvokeTrace(this.taskMethod.Name);