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