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