4 references to FreeCapacity
Microsoft.AspNetCore.OutputCaching (4)
RecyclableArrayBufferWriter.cs (4)
89
if (sizeHint >
FreeCapacity
)
106
uint needed = (uint)(currentLength -
FreeCapacity
+ sizeHint);
127
Debug.Assert(
FreeCapacity
> 0 &&
FreeCapacity
>= sizeHint);