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