2 references to GetLength
IIS.NewHandler.FunctionalTests (2)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (1)
58int entryLength = HeaderField.GetLength(name.Length, value.Length);
src\Shared\runtime\Http2\Hpack\HeaderField.cs (1)
37public int Length => GetLength(Name.Length, Value.Length);