3 writes to _headerNameOctets
Microsoft.AspNetCore.Server.Kestrel.Core (3)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (3)
147_headerNameOctets = null!; 246EnsureStringCapacity(ref _headerNameOctets, _headerNameLength, existingLength: 0); 652_headerNameLength = Decode(ref _headerNameOctets);
4 references to _headerNameOctets
Microsoft.AspNetCore.Server.Kestrel.Core (4)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (4)
144if (_headerNameOctets != null) 146Pool.Return(_headerNameOctets); 247_headerName = _headerNameOctets; 653_headerName = _headerNameOctets;