1 write to SendMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
84
SendMethod
= socketType.GetMethod("Send", new[] { typeof(ReadOnlySpan<byte>) })!,
1 reference to SendMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
117
_send = reflection.
SendMethod
.CreateDelegate<SendSpanDelegate>(socket);