3 references to TotalCounters
System.ServiceModel (3)
System\ServiceModel\Diagnostics\DefaultPerformanceCounters.cs (3)
61get { return (int)PerfCounters.TotalCounters; } 73this.Counters = new PerformanceCounter[(int)PerfCounters.TotalCounters]; 74for (int i = 0; i < (int)PerfCounters.TotalCounters; i++)