4 instantiations of DnsSocket
System.Net.NameResolution (4)
8 references to DnsSocket
System.Net.NameResolution (8)
System\Net\DnsResolverPal.Managed.cs (8)
625using DnsSocket socket = new DnsSocket(server.AddressFamily, stream: false);
637using DnsSocket socket = new DnsSocket(server.AddressFamily, stream: false);
685using DnsSocket socket = new DnsSocket(server.AddressFamily, stream: true);
720using DnsSocket socket = new DnsSocket(server.AddressFamily, stream: true);
754private static async Task ReceiveExactAsync(DnsSocket socket, Memory<byte> buffer, CancellationToken cancellationToken)
770private static void ReceiveExactSync(DnsSocket socket, Span<byte> buffer)
786private static async Task SendExactAsync(DnsSocket socket, ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken)
800private static void SendExactSync(DnsSocket socket, ReadOnlySpan<byte> buffer)