1 write to SendAsyncMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
81SendAsyncMethod = socketType.GetMethod("SendAsync", new[] { typeof(ReadOnlyMemory<byte>), typeof(CancellationToken) })!,
1 reference to SendAsyncMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
114_sendAsync = reflection.SendAsyncMethod.CreateDelegate<Func<ReadOnlyMemory<byte>, CancellationToken, ValueTask<int>>>(socket);