1 write to _prefixLength
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\UnixUnicastIPAddressInformation.cs (1)
18_prefixLength = prefixLength;
3 references to _prefixLength
System.Net.NetworkInformation (3)
System\Net\NetworkInformation\UnixUnicastIPAddressInformation.cs (3)
117if (Address.AddressFamily != AddressFamily.InterNetwork || _prefixLength == 0) 122return PrefixLengthToSubnetMask((byte)_prefixLength, AddressFamily.InterNetwork); 126public override int PrefixLength { get { return _prefixLength; } }