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