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