1 implementation of Endpoints
Microsoft.Extensions.ServiceDiscovery (1)
ServiceEndpointBuilder.cs (1)
35
public IList<ServiceEndpoint>
Endpoints
=> _endpoints;
9 references to Endpoints
Microsoft.Extensions.ServiceDiscovery (7)
Configuration\ConfigurationServiceEndpointProvider.cs (5)
57
if (endpoints.
Endpoints
.Count != 0)
136
endpoints.
Endpoints
.Add(ep);
166
endpoints.
Endpoints
.Add(ep);
172
endpoints.
Endpoints
.Add(ep);
183
Log.ConfiguredEndpoints(_logger, _serviceName, configPath, endpoints.
Endpoints
, resolvedEndpointCount);
PassThrough\PassThroughServiceEndpointProvider.cs (2)
16
if (endpoints.
Endpoints
.Count == 0)
21
endpoints.
Endpoints
.Add(ep);
Microsoft.Extensions.ServiceDiscovery.Dns (2)
DnsServiceEndpointProviderBase.cs (2)
64
if (endpoints.
Endpoints
.Count != 0)
92
endpoints.
Endpoints
.Add(ep);