3 references to _watcher
Microsoft.Extensions.ServiceDiscovery (3)
ServiceEndpointResolver.cs (3)
179public string ServiceName => _watcher.ServiceName; 199var endpoints = await _watcher.GetEndpointsAsync(cancellationToken).ConfigureAwait(false); 246await _watcher.DisposeAsync().ConfigureAwait(false);