5 references to Create
Microsoft.Extensions.ServiceDiscovery (1)
Configuration\ConfigurationServiceEndpointProvider.cs (1)
231
var serviceEndpoint = ServiceEndpoint.
Create
(endPoint);
Microsoft.Extensions.ServiceDiscovery.Dns (2)
DnsServiceEndpointProvider.cs (1)
35
var serviceEndpoint = ServiceEndpoint.
Create
(new IPEndPoint(address, 0));
DnsSrvServiceEndpointProvider.cs (1)
90
var serviceEndpoint = ServiceEndpoint.
Create
(endPoint);
Microsoft.Extensions.ServiceDiscovery.Tests (2)
ServiceEndpointTests.cs (2)
29
var serviceEndpoint = ServiceEndpoint.
Create
(endpoint);
38
var serviceEndpoint = ServiceEndpoint.
Create
(endpoint);