5 references to TotalCounters
System.ServiceModel (5)
System\ServiceModel\Diagnostics\EndpointPerformanceCounters.cs (2)
18this.Counters = new PerformanceCounter[(int)PerfCounters.TotalCounters]; 19for (int i = 0; i < (int)PerfCounters.TotalCounters; i++)
System\ServiceModel\Diagnostics\EndpointPerformanceCountersBase.cs (1)
200get { return (int)PerfCounters.TotalCounters; }
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.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++)