1 write to ConnectAsyncMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
80
ConnectAsyncMethod
= socketType.GetMethod("ConnectAsync", new[] { typeof(EndPoint), typeof(CancellationToken) })!,
1 reference to ConnectAsyncMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
113
_connectAsync = reflection.
ConnectAsyncMethod
.CreateDelegate<Func<EndPoint, CancellationToken, ValueTask>>(socket);