4 references to FreeCapacity
Microsoft.Extensions.Caching.Hybrid (4)
Internal\RecyclableArrayBufferWriter.cs (4)
163if (sizeHint > FreeCapacity) 180uint needed = (uint)(currentLength - FreeCapacity + sizeHint); 201Debug.Assert(FreeCapacity > 0 && FreeCapacity >= sizeHint, "should be space");