3 references to _unicastAddresses
System.Net.NetworkInformation (3)
System\Net\NetworkInformation\UnixNetworkInterface.cs (3)
41foreach (UnixUnicastIPAddressInformation addr in _unicastAddresses) 60public List<UnixUnicastIPAddressInformation> UnicastAddress { get { return _unicastAddresses; } } 79_unicastAddresses.Add(new UnixUnicastIPAddressInformation(ipAddress, prefix));