2 writes to _spare
Microsoft.Extensions.Caching.Hybrid (2)
Internal\RecyclableArrayBufferWriter.cs (2)
52
var obj = Interlocked.Exchange(ref
_spare
, null) ?? new();
70
if (Interlocked.CompareExchange(ref
_spare
, this, null) != null)