1 write to endMethod
System.ServiceModel (1)
System\ServiceModel\Dispatcher\AsyncMethodInvoker.cs (1)
34this.endMethod = endMethod;
8 references to endMethod
System.ServiceModel (8)
System\ServiceModel\Dispatcher\AsyncMethodInvoker.cs (8)
44get { return this.endMethod; } 121if (this.endMethod == null) 130this.endMethod.DeclaringType.FullName, this.endMethod.Name); 165StopOperationInvokePerformanceCounters(callFailed, callFaulted, endMethod.Name.Substring(ServiceReflector.EndMethodNamePrefix.Length)); 242StopOperationInvokeTrace(callFailed, callFaulted, this.endMethod.Name); 243StopOperationInvokePerformanceCounters(callFailed, callFaulted, this.endMethod.Name.Substring(ServiceReflector.EndMethodNamePrefix.Length)); 381InvokeEndDelegate invokeEndDelegate = new InvokerUtil().GenerateInvokeEndDelegate(this.endMethod, out outputParameterCount);