1 write to beginMethod
System.ServiceModel (1)
System\ServiceModel\Dispatcher\AsyncMethodInvoker.cs (1)
33this.beginMethod = beginMethod;
9 references to beginMethod
System.ServiceModel (9)
System\ServiceModel\Dispatcher\AsyncMethodInvoker.cs (9)
39get { return this.beginMethod; } 102StartOperationInvokePerformanceCounters(this.beginMethod.Name.Substring(ServiceReflector.BeginMethodNamePrefix.Length)); 113StartOperationInvokeTrace(this.beginMethod.Name); 124this.beginMethod.DeclaringType.FullName, this.beginMethod.Name); 129this.beginMethod.DeclaringType.FullName, this.beginMethod.Name, 147TraceUtility.TraceUserCodeException(e, this.beginMethod); 377InvokeBeginDelegate invokeBeginDelegate = new InvokerUtil().GenerateInvokeBeginDelegate(this.beginMethod, out inputParameterCount);