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