1 write to capacity
System (1)
net\System\Net\_PrefixLookup.cs (1)
55
this.
capacity
= capacity;
2 references to capacity
System (2)
net\System\Net\_PrefixLookup.cs (2)
94
if (
capacity
== 0 || prefix == null || prefix.Length == 0 || value == null)
113
while (lruList.Count >
capacity
)