1 write to taskMethod
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
37this.taskMethod = taskMethod;
7 references to taskMethod
System.ServiceModel (7)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (7)
53get { return this.taskMethod; } 197AsyncMethodInvoker.StartOperationInvokePerformanceCounters(this.taskMethod.Name); 206AsyncMethodInvoker.StartOperationInvokeTrace(this.taskMethod.Name); 210string activityName = SR.GetString(SR.ActivityExecuteMethod, this.taskMethod.DeclaringType.FullName, this.taskMethod.Name); 240TraceUtility.TraceUserCodeException(e, this.taskMethod); 322InvokeDelegate invokeDelegate = new InvokerUtil().GenerateInvokeDelegate(this.taskMethod, out inputParameterCount, out outputParameterCount);