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