4 instantiations of InternalIPAddressCollection
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (2)
81return new InternalIPAddressCollection(internalCollection); 88return new InternalIPAddressCollection(internalCollection);
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
58DnsAddresses = new InternalIPAddressCollection(StringParsingHelpers.ParseDnsAddressesFromResolvConfFile(resolverConfig));
System\Net\NetworkInformation\UnixIPInterfaceProperties.cs (1)
116return new InternalIPAddressCollection(internalAddresses);
5 references to InternalIPAddressCollection
System.Net.NetworkInformation (5)
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (4)
14private readonly InternalIPAddressCollection _dhcpServerAddresses; 15private readonly InternalIPAddressCollection _winsServerAddresses; 73private InternalIPAddressCollection GetDhcpServerAddresses() 84private static InternalIPAddressCollection GetWinsServerAddresses()
System\Net\NetworkInformation\UnixIPInterfaceProperties.cs (1)
111private static InternalIPAddressCollection? GetDnsAddresses()