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