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