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