5 references to TotalCounters
System.ServiceModel (5)
System\ServiceModel\Diagnostics\OperationPerformanceCounters.cs (2)
17this.Counters = new PerformanceCounter[(int)PerfCounters.TotalCounters]; 18for (int i = 0; i < (int)PerfCounters.TotalCounters; i++)
System\ServiceModel\Diagnostics\OperationPerformanceCountersBase.cs (1)
213get { return (int)PerfCounters.TotalCounters; }
System\ServiceModel\Diagnostics\OperationPerformanceCountersV2.cs (2)
33this.counters = new CounterData[(int)PerfCounters.TotalCounters]; // Cache to dodge dictionary lookups in ServiceModelInstance 34for (int i = 0; i < (int)PerfCounters.TotalCounters; i++)