2 writes to _options
Microsoft.Extensions.ServiceDiscovery.Dns (2)
Resolver\DnsResolver.cs (2)
33
_options
= options.Value;
56
_options
= options;
9 references to _options
Microsoft.Extensions.ServiceDiscovery.Dns (9)
Resolver\DnsResolver.cs (9)
35
if (
_options
.Servers.Count == 0)
41
_options
.Servers.Add(server);
44
if (
_options
.Servers.Count == 0)
362
for (int index = 0; index <
_options
.Servers.Count; index++)
364
IPEndPoint serverEndPoint =
_options
.Servers[index];
366
for (int attempt = 1; attempt <=
_options
.MaxAttempts; attempt++)
508
if (
_options
._transportOverride != null)
510
(responseReader, header, sendError) = SendDnsQueryCustomTransport(
_options
._transportOverride, dnsSafeName, queryType);
875
TimeSpan timeout =
_options
.Timeout;