2 writes to Counters
System.ServiceModel (2)
System\ServiceModel\Diagnostics\DefaultPerformanceCounters.cs (2)
73
this.
Counters
= new PerformanceCounter[(int)PerfCounters.TotalCounters];
129
this.
Counters
= null;
5 references to Counters
System.ServiceModel (5)
System\ServiceModel\Diagnostics\DefaultPerformanceCounters.cs (5)
81
this.
Counters
[i] = counter;
107
get { return this.
Counters
!= null; }
118
if (null != this.
Counters
)
122
PerformanceCounter counter = this.
Counters
[ctr];
127
this.
Counters
[ctr] = null;