1 write to ReceiveMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
85ReceiveMethod = socketType.GetMethod("Receive", new[] { typeof(Span<byte>) })!,
1 reference to ReceiveMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
118_receive = reflection.ReceiveMethod.CreateDelegate<ReceiveSpanDelegate>(socket);