1 write to prefixLength
System (1)
net\System\Net\NetworkInformation\SystemUnicastIPAddressInformation.cs (1)
37
this.
prefixLength
= adapterAddress.prefixLength;
2 references to prefixLength
System (2)
net\System\Net\NetworkInformation\SystemUnicastIPAddressInformation.cs (2)
41
ipv4Mask = PrefixLengthToSubnetMask(
prefixLength
, ipAddress.AddressFamily);
63
return
prefixLength
;