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