1 write to EndConnectMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
87EndConnectMethod = socketType.GetMethod("EndConnect", new[] { typeof(IAsyncResult) })!,
1 reference to EndConnectMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
120_endConnect = reflection.EndConnectMethod.CreateDelegate<Action<IAsyncResult>>(socket);