5 writes to _status
Microsoft.Extensions.ServiceDiscovery (5)
Http\HttpServiceEndpointResolver.cs (5)
191var status = Interlocked.And(ref _status, ~RecentUseFlag); 201var status = Interlocked.Increment(ref _status); 218Interlocked.Or(ref _status, RecentUseFlag); 222var status = Interlocked.Decrement(ref _status); 237var status = Interlocked.Or(ref _status, DisposingFlag);