21 writes to OnEndpointsUpdated
Microsoft.Extensions.ServiceDiscovery (1)
Http\HttpServiceEndpointResolver.cs (1)
177_watcher.OnEndpointsUpdated += result =>
Microsoft.Extensions.ServiceDiscovery.Dns.Tests (2)
DnsSrvServiceEndpointResolverTests.cs (2)
63watcher.OnEndpointsUpdated = tcs.SetResult; 139watcher.OnEndpointsUpdated = tcs.SetResult;
Microsoft.Extensions.ServiceDiscovery.Tests (18)
ConfigurationServiceEndpointResolverTests.cs (13)
38watcher.OnEndpointsUpdated = tcs.SetResult; 82watcher.OnEndpointsUpdated = tcs.SetResult; 96watcher.OnEndpointsUpdated = tcs.SetResult; 111watcher.OnEndpointsUpdated = tcs.SetResult; 126watcher.OnEndpointsUpdated = tcs.SetResult; 166watcher.OnEndpointsUpdated = tcs.SetResult; 188watcher.OnEndpointsUpdated = tcs.SetResult; 203watcher.OnEndpointsUpdated = tcs.SetResult; 257watcher.OnEndpointsUpdated = tcs.SetResult; 297watcher.OnEndpointsUpdated = tcs.SetResult; 319watcher.OnEndpointsUpdated = tcs.SetResult; 364watcher.OnEndpointsUpdated = tcs.SetResult; 409watcher.OnEndpointsUpdated = tcs.SetResult;
PassThroughServiceEndpointResolverTests.cs (3)
33watcher.OnEndpointsUpdated = tcs.SetResult; 64watcher.OnEndpointsUpdated = tcs.SetResult; 97watcher.OnEndpointsUpdated = tcs.SetResult;
ServiceEndpointResolverTests.cs (2)
120watcher.OnEndpointsUpdated = tcs.SetResult; 265watcher.OnEndpointsUpdated = result => channel.Writer.TryWrite(result);
1 reference to OnEndpointsUpdated
Microsoft.Extensions.ServiceDiscovery (1)
ServiceEndpointWatcher.cs (1)
197if (OnEndpointsUpdated is { } callback)