1 instantiation of DnsResolver
System.Net.NameResolution (1)
System\Net\Dns.Resolve.cs (1)
16private static DnsResolver DefaultResolver => field ??= new();
5 references to DnsResolver
System.Net.NameResolution (5)
System\Net\Dns.Resolve.cs (1)
16private static DnsResolver DefaultResolver => field ??= new();
System\Net\DnsResolver.cs (3)
19/// Instances are thread-safe: a single <see cref="DnsResolver"/> may be shared across threads 29/// Initializes a new instance of the <see cref="DnsResolver"/> class that uses the 35/// Initializes a new instance of the <see cref="DnsResolver"/> class with the specified options.
System\Net\DnsResolverOptions.cs (1)
9/// Options controlling DNS resolution performed by <see cref="DnsResolver"/>.