4 references to IPAddressInformationCollection
netstandard (1)
netstandard.cs (1)
1197[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPAddressInformationCollection))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
686[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPAddressInformationCollection))]
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\IPInterfaceProperties.cs (1)
50public abstract IPAddressInformationCollection AnycastAddresses { get; }
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (1)
36public override IPAddressInformationCollection AnycastAddresses { get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }