3 writes to _port
System.Net.Primitives (3)
System\Net\IPEndPoint.cs (3)
40
_port
= port;
56
_port
= port;
86
_port
= value;
6 references to _port
System.Net.Primitives (6)
System\Net\IPEndPoint.cs (6)
78
get =>
_port
;
149
string.Create(NumberFormatInfo.InvariantInfo, $"[{_address}]:{
_port
}") :
150
string.Create(NumberFormatInfo.InvariantInfo, $"{_address}:{
_port
}");
174
return comparand is IPEndPoint other && other._address.Equals(_address) && other.
_port
==
_port
;
179
return _address.GetHashCode() ^
_port
;