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