1 write to _sendAsync
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
114
_sendAsync
= reflection.SendAsyncMethod.CreateDelegate<Func<ReadOnlyMemory<byte>, CancellationToken, ValueTask<int>>>(socket);
1 reference to _sendAsync
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
134
_sendAsync
(buffer, cancellationToken);