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