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