2 writes to methodName
System.ServiceModel (2)
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (2)
45
this.
methodName
= methodName;
68
methodName
= method.Name;
6 references to methodName
System.ServiceModel (6)
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (6)
58
method = type.GetMethod(
methodName
);
67
if (
methodName
== null)
69
return
methodName
;
216
TD.OperationCompleted(eventTraceActivity, this.
methodName
,
224
TD.OperationFaulted(eventTraceActivity, this.
methodName
,
232
TD.OperationFailed(eventTraceActivity, this.
methodName
,