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