2 writes to operationCounterSetInstance
System.ServiceModel (2)
System\ServiceModel\Diagnostics\OperationPerformanceCountersV2.cs (2)
32
this.
operationCounterSetInstance
= CreateCounterSetInstance(this.InstanceName);
150
this.
operationCounterSetInstance
= null;
6 references to operationCounterSetInstance
System.ServiceModel (6)
System\ServiceModel\Diagnostics\OperationPerformanceCountersV2.cs (6)
36
this.counters[i] = this.
operationCounterSetInstance
.Counters[i];
139
get { return this.
operationCounterSetInstance
!= null; }
147
if (this.
operationCounterSetInstance
!= null)
149
this.
operationCounterSetInstance
.Dispose();
158
if (disposing && PerformanceCounters.PerformanceCountersEnabled && this.
operationCounterSetInstance
!= null)
160
counterSetInstanceCache.Add(this.InstanceName, this.
operationCounterSetInstance
);