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