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