3 references to counterSetInstanceCache
System.ServiceModel (3)
System\ServiceModel\Diagnostics\OperationPerformanceCountersV2.cs (3)
83
return
counterSetInstanceCache
.Get(name) ?? operationCounterSet.CreateCounterSetInstance(name);
160
counterSetInstanceCache
.Add(this.InstanceName, this.operationCounterSetInstance);
173
counterSetInstanceCache
.Cleanup();