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