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)
78get => _port; 149string.Create(NumberFormatInfo.InvariantInfo, $"[{_address}]:{_port}") : 150string.Create(NumberFormatInfo.InvariantInfo, $"{_address}:{_port}"); 174return comparand is IPEndPoint other && other._address.Equals(_address) && other._port == _port; 179return _address.GetHashCode() ^ _port;