1 instantiation of CounterPair
System (1)
net\System\Net\_NetworkingPerfCounters.cs (1)
285return new CounterPair(instanceCounter, globalCounter);
5 references to CounterPair
System (5)
net\System\Net\_NetworkingPerfCounters.cs (5)
90private CounterPair[] counters; 138CounterPair cp = counters[(int)perfCounter]; 204counters = new CounterPair[counterNames.Length]; 262private static CounterPair CreateCounterPair(string counterName, string instanceName) 326foreach (CounterPair cp in counters)