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