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