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