1 write to _connect
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
116
_connect
= reflection.ConnectMethod.CreateDelegate<Action<EndPoint>>(socket);
1 reference to _connect
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
139
public void Connect(EndPoint remoteEndPoint) =>
_connect
(remoteEndPoint);