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