Base:
3 references to GetHashCode
System.Net.Primitives (2)
System\Net\IPAddress.cs (1)
55
/// A lazily initialized cache of the <see cref="
GetHashCode
"/> value.
System\Net\IPEndPoint.cs (1)
179
return _address.
GetHashCode
() ^ _port;
System.Net.Sockets (1)
System\Net\Sockets\IPPacketInformation.cs (1)
40
unchecked(_networkInterface.GetHashCode() * (int)0xA5555529) + (_address?.
GetHashCode
() ?? 0);