2 references to GetEndpointsAsync
Microsoft.Extensions.ServiceDiscovery (2)
Http\HttpServiceEndpointResolver.cs (1)
206await _watcher.GetEndpointsAsync(cancellationToken).ConfigureAwait(false);
ServiceEndpointResolver.cs (1)
199var endpoints = await _watcher.GetEndpointsAsync(cancellationToken).ConfigureAwait(false);