2 types derived from EndpointPerformanceCountersBase
System.ServiceModel (2)
System\ServiceModel\Diagnostics\EndpointPerformanceCounters.cs (1)
10
sealed class EndpointPerformanceCounters :
EndpointPerformanceCountersBase
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (1)
14
sealed class EndpointPerformanceCountersV2 :
EndpointPerformanceCountersBase
11 references to EndpointPerformanceCountersBase
System.ServiceModel (11)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (7)
460
EndpointPerformanceCountersBase
eCounters = PerformanceCounters.GetEndpointPerformanceCounters(el.PerfCounterInstanceId);
529
EndpointPerformanceCountersBase
eCounters = PerformanceCounters.GetEndpointPerformanceCounters(el.PerfCounterInstanceId);
565
EndpointPerformanceCountersBase
eCounters = PerformanceCounters.GetEndpointPerformanceCounters(el.PerfCounterInstanceId);
609
EndpointPerformanceCountersBase
eCounters = PerformanceCounters.GetEndpointPerformanceCounters(el.PerfCounterInstanceId);
653
EndpointPerformanceCountersBase
eCounters = PerformanceCounters.GetEndpointPerformanceCounters(el.PerfCounterInstanceId);
740
EndpointPerformanceCountersBase
eCounters = PerformanceCounters.GetEndpointPerformanceCounters(el.PerfCounterInstanceId);
872
static
EndpointPerformanceCountersBase
GetEndpointPerformanceCounters(int perfCounterInstanceId)
System\ServiceModel\Diagnostics\PerformanceCountersFactory.cs (1)
55
static internal
EndpointPerformanceCountersBase
CreateEndpointCounters(string service, string contract, string uri)
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (3)
21
EndpointPerformanceCountersBase
endpointPerfCounters;
67
EndpointPerformanceCountersBase
endpointCounters = PerformanceCountersFactory.CreateEndpointCounters(serviceHost.Description.Name, contractDescription.Name, endpointDispatcher.PerfCounterBaseId);
120
internal
EndpointPerformanceCountersBase
EndpointPerformanceCounters