6 references to addresses
System (6)
net\System\Net\NetworkInformation\IPAddressInformationCollection.cs (6)
14addresses.CopyTo(array,offset); 21return addresses.Count; 40addresses.Add(address); 46return addresses.Contains(address); 54return (IEnumerator<IPAddressInformation>) addresses.GetEnumerator(); 61return (IPAddressInformation)addresses[index];