1 write to endpointCounterSet
System.ServiceModel (1)
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (1)
70
endpointCounterSet
= localCounterSet;
3 references to endpointCounterSet
System.ServiceModel (3)
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (3)
43
if (
endpointCounterSet
== null)
47
if (
endpointCounterSet
== null)
87
return counterSetInstanceCache.Get(name) ??
endpointCounterSet
.CreateCounterSetInstance(name);