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