5 writes to _status
Microsoft.Extensions.ServiceDiscovery (5)
ServiceEndpointResolver.cs (5)
184var status = Interlocked.And(ref _status, ~RecentUseFlag); 194var status = Interlocked.Increment(ref _status); 210Interlocked.Or(ref _status, RecentUseFlag); 214var status = Interlocked.Decrement(ref _status); 229var status = Interlocked.Or(ref _status, DisposingFlag);