1 write to ConnectMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
83ConnectMethod = socketType.GetMethod("Connect", new[] { typeof(EndPoint) })!,
1 reference to ConnectMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
116_connect = reflection.ConnectMethod.CreateDelegate<Action<EndPoint>>(socket);