1 instantiation of PrefixValuePair
System (1)
net\System\Net\_PrefixLookup.cs (1)
110
lruList.AddFirst(new
PrefixValuePair
(prefix, value));
4 references to PrefixValuePair
System (4)
net\System\Net\_PrefixLookup.cs (4)
35
private readonly LinkedList<
PrefixValuePair
> lruList = new LinkedList<
PrefixValuePair
>();
132
LinkedListNode<
PrefixValuePair
> mostSpecificMatch = null;
143
for (LinkedListNode<
PrefixValuePair
> pairNode = lruList.First;