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