6 references to addresses
System (6)
net\System\Net\NetworkInformation\GatewayIPAddressInformationCollection.cs (6)
14addresses.CopyTo(array,offset); 21return addresses.Count; 34return (GatewayIPAddressInformation)addresses[index]; 47addresses.Add(address); 53return addresses.Contains(address); 58return (IEnumerator<GatewayIPAddressInformation>) addresses.GetEnumerator();