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