7 references to EndpointPerformanceCounters
System.ServiceModel (7)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (7)
702
if (sCounters.
EndpointPerformanceCounters
!= null)
704
PerformanceCounters.InvokeMethod(sCounters.
EndpointPerformanceCounters
, methodName);
766
if (sCounters.
EndpointPerformanceCounters
!= null)
768
sCounters.
EndpointPerformanceCounters
.SessionFaulted();
786
if (sCounters.
EndpointPerformanceCounters
!= null)
788
sCounters.
EndpointPerformanceCounters
.MessageDropped();
877
return counters.
EndpointPerformanceCounters
;