3 references to TaskMethod
System.ServiceModel (3)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
126this.ValidateInstanceType(operation.Parent.Type, task.TaskMethod);
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (2)
169AsyncMethodInvoker.StopOperationInvokeTrace(callFailed, callFaulted, this.TaskMethod.Name); 170AsyncMethodInvoker.StopOperationInvokePerformanceCounters(callFailed, callFaulted, this.TaskMethod.Name);