1 write to operationCounterSet
System.ServiceModel (1)
System\ServiceModel\Diagnostics\OperationPerformanceCountersV2.cs (1)
66
operationCounterSet
= localCounterSet;
3 references to operationCounterSet
System.ServiceModel (3)
System\ServiceModel\Diagnostics\OperationPerformanceCountersV2.cs (3)
43
if (
operationCounterSet
== null)
47
if (
operationCounterSet
== null)
83
return counterSetInstanceCache.Get(name) ??
operationCounterSet
.CreateCounterSetInstance(name);