7 references to Capacity
Microsoft.Extensions.Primitives (7)
InplaceStringBuilder.cs (7)
97
||
Capacity
- _offset < count)
119
if (_offset >=
Capacity
)
121
ThrowHelper.ThrowInvalidOperationException(ExceptionResource.Capacity_NotEnough, 1,
Capacity
- _offset);
136
if (
Capacity
!= _offset)
138
ThrowHelper.ThrowInvalidOperationException(ExceptionResource.Capacity_NotUsedEntirely,
Capacity
, _offset);
161
if (
Capacity
- _offset < count)
163
ThrowHelper.ThrowInvalidOperationException(ExceptionResource.Capacity_NotEnough, value.Length,
Capacity
- _offset);