2 writes to value
System (2)
net\System\Net\_PrefixLookup.cs (2)
45value = val; 104lruList.First.Value.value = value;
1 reference to value
System (1)
net\System\Net\_PrefixLookup.cs (1)
170return mostSpecificMatch != null ? mostSpecificMatch.Value.value : null;