3 references to counterSetInstanceCache
System.ServiceModel (3)
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (3)
87return counterSetInstanceCache.Get(name) ?? endpointCounterSet.CreateCounterSetInstance(name); 175counterSetInstanceCache.Add(this.InstanceName, this.endpointCounterSetInstance); 188counterSetInstanceCache.Cleanup();