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