1 write to prefix
System (1)
net\System\Net\_PrefixLookup.cs (1)
44prefix = pre;
2 references to prefix
System (2)
net\System\Net\_PrefixLookup.cs (2)
101if (lruList.First != null && lruList.First.Value.prefix.Equals(prefix)) 149prefix = pairNode.Value.prefix;