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)
139public void Connect(EndPoint remoteEndPoint) => _connect(remoteEndPoint);