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