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