4 references to EnsureStringCapacity
Microsoft.AspNetCore.Server.Kestrel.Core (4)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (4)
246EnsureStringCapacity(ref _headerNameOctets, _headerNameLength, existingLength: 0); 309EnsureStringCapacity(ref _stringOctets, _stringIndex + count, existingLength: _stringIndex); 393EnsureStringCapacity(ref _stringOctets, _stringIndex + count, existingLength: _stringIndex); 633EnsureStringCapacity(ref dst, _stringLength, existingLength: 0);