2 writes to Counters
System.ServiceModel (2)
System\ServiceModel\Diagnostics\EndpointPerformanceCounters.cs (2)
18
this.
Counters
= new PerformanceCounter[(int)PerfCounters.TotalCounters];
154
this.
Counters
= null;
8 references to Counters
System.ServiceModel (8)
System\ServiceModel\Diagnostics\EndpointPerformanceCounters.cs (8)
27
this.
Counters
[i] = counter;
53
this.Increment(this.
Counters
, counter);
58
this.IncrementBy(this.
Counters
, counter, time);
63
this.Decrement(this.
Counters
, counter);
132
get { return this.
Counters
!= null; }
143
if (null != this.
Counters
)
147
PerformanceCounter counter = this.
Counters
[ctr];
152
this.
Counters
[ctr] = null;