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