4 references to IsIPv6
System.Net.Primitives (4)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.IPAddress.cs (4)
38
h.AddBytes(MemoryMarshal.CreateReadOnlySpan(ref Address[0],
IsIPv6
? IPv6AddressBytes : IPv4AddressBytes));
48
if (
IsIPv6
)
50
if (!other.
IsIPv6
)
63
if (other.
IsIPv6
)