4 references to counterNames
System (4)
net\System\Net\_NetworkingPerfCounters.cs (4)
198Debug.Assert(counterNames.Length == Enum.GetValues(typeof(NetworkingPerfCounterName)).Length, 204counters = new CounterPair[counterNames.Length]; 205for (int i = 0; i < counterNames.Length; i++) 207counters[i] = CreateCounterPair(counterNames[i], instanceName);