1 write to counters
System (1)
net\System\Net\_NetworkingPerfCounters.cs (1)
204counters = new CounterPair[counterNames.Length];
5 references to counters
System (5)
net\System\Net\_NetworkingPerfCounters.cs (5)
138CounterPair cp = counters[(int)perfCounter]; 171Debug.Assert(avgCounterIndex + 1 < counters.Length); 207counters[i] = CreateCounterPair(counterNames[i], instanceName); 324if (counters != null) 326foreach (CounterPair cp in counters)