2 instantiations of EndpointPerformanceCountersV2
System.ServiceModel (2)
System\ServiceModel\Diagnostics\PerformanceCountersFactory.cs (2)
67return new EndpointPerformanceCountersV2(service, contract, uri); 181endpointCounter = new EndpointPerformanceCountersV2(dummyValue, dummyValue, dummyValue);
3 references to EndpointPerformanceCountersV2
System.ServiceModel (3)
System\ServiceModel\Diagnostics\PerformanceCountersFactory.cs (2)
30EndpointPerformanceCountersV2.EnsureCounterSet(); 159EndpointPerformanceCountersV2 endpointCounter = null;
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (1)
255EndpointPerformanceCountersV2.CleanupCache();