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