1 write to _port
System.Net.Primitives (1)
System\Net\DnsEndPoint.cs (1)
32
_port
= port;
5 references to _port
System.Net.Primitives (5)
System\Net\DnsEndPoint.cs (5)
39
_port
== dnsComparand.
_port
&&
45
_port
,
48
public override string ToString() => $"{_family}/{_host}:{
_port
}";
54
public int Port =>
_port
;