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)
109if (Address.AddressFamily != AddressFamily.InterNetwork || _prefixLength == 0) 114return PrefixLengthToSubnetMask((byte)_prefixLength, AddressFamily.InterNetwork); 118public override int PrefixLength { get { return _prefixLength; } }