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