1 write to addressLength
System (1)
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (1)
143
addressLength
= ipAdapterAddresses.addressLength;
2 references to addressLength
System (2)
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (2)
163
byte[] newAddr = new byte[
addressLength
];
164
Array.Copy(physicalAddress,newAddr,
addressLength
);