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);