3 references to StopOperationInvokePerformanceCounters
System.ServiceModel (3)
System\ServiceModel\Dispatcher\AsyncMethodInvoker.cs (2)
165StopOperationInvokePerformanceCounters(callFailed, callFaulted, endMethod.Name.Substring(ServiceReflector.EndMethodNamePrefix.Length)); 243StopOperationInvokePerformanceCounters(callFailed, callFaulted, this.endMethod.Name.Substring(ServiceReflector.EndMethodNamePrefix.Length));
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
170AsyncMethodInvoker.StopOperationInvokePerformanceCounters(callFailed, callFaulted, this.TaskMethod.Name);