1 write to ReceiveAsyncMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
82ReceiveAsyncMethod = socketType.GetMethod("ReceiveAsync", new[] { typeof(Memory<byte>), typeof(CancellationToken) })!,
1 reference to ReceiveAsyncMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
115_receiveAsync = reflection.ReceiveAsyncMethod.CreateDelegate<Func<Memory<byte>, CancellationToken, ValueTask<int>>>(socket);