6 references to SuffixOrigin
netstandard (1)
netstandard.cs (1)
1227
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
SuffixOrigin
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
719
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
SuffixOrigin
))]
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\MulticastIPAddressInformation.cs (1)
47
public abstract
SuffixOrigin
SuffixOrigin { get; }
System\Net\NetworkInformation\UnicastIPAddressInformation.cs (1)
49
public abstract
SuffixOrigin
SuffixOrigin { get; }
System\Net\NetworkInformation\UnixMulticastIPAddressInformation.cs (1)
89
public override
SuffixOrigin
SuffixOrigin { get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\UnixUnicastIPAddressInformation.cs (1)
101
public override
SuffixOrigin
SuffixOrigin { get { throw new PlatformNotSupportedException(SR.net_InformationUnavailableOnPlatform); } }