4 references to Or
Microsoft.Extensions.ServiceDiscovery (4)
Http\HttpServiceEndpointResolver.cs (2)
218Interlocked.Or(ref _status, RecentUseFlag); 237var status = Interlocked.Or(ref _status, DisposingFlag);
ServiceEndpointResolver.cs (2)
210Interlocked.Or(ref _status, RecentUseFlag); 229var status = Interlocked.Or(ref _status, DisposingFlag);