4 references to IPAddress
System.Net.Primitives (4)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.HostEntry.cs (1)
32
internal
IPAddress
* IPAddressList; // Handle for socket address list
src\libraries\Common\src\Interop\Unix\System.Native\Interop.IPAddress.cs (3)
23
internal unsafe struct IPAddress : IEquatable<
IPAddress
>
43
obj is
IPAddress
other && Equals(other);
45
public bool Equals(
IPAddress
other)