6 references to PrefixOrigin
netstandard (1)
netstandard.cs (1)
1225[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PrefixOrigin))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
717[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.PrefixOrigin))]
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\MulticastIPAddressInformation.cs (1)
41public abstract PrefixOrigin PrefixOrigin { get; }
System\Net\NetworkInformation\UnicastIPAddressInformation.cs (1)
43public abstract PrefixOrigin PrefixOrigin { get; }
System\Net\NetworkInformation\UnixMulticastIPAddressInformation.cs (1)
80public override PrefixOrigin PrefixOrigin { get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\UnixUnicastIPAddressInformation.cs (1)
91public override PrefixOrigin PrefixOrigin { get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }