1 write to ConnectAsyncMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
80ConnectAsyncMethod = 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);