10 references to Encode
IIS.FunctionalTests (10)
src\Shared\runtime\Http2\Hpack\HPackEncoder.cs (10)
37return IntegerEncoder.Encode(index, 7, destination, out bytesWritten); 93if (IntegerEncoder.Encode(index, 4, destination, out int indexLength)) 125if (IntegerEncoder.Encode(index, 4, destination, out int indexLength)) 157if (IntegerEncoder.Encode(index, 6, destination, out int indexLength)) 195if (IntegerEncoder.Encode(index, 4, destination, out int indexLength)) 374if (IntegerEncoder.Encode(value.Length, 7, destination, out int integerLength)) 424if (IntegerEncoder.Encode(value.Length, 7, destination, out int integerLength)) 468if (IntegerEncoder.Encode(encodedStringLength, 7, destination, out int integerLength)) 506return IntegerEncoder.Encode(value, 5, destination, out bytesWritten); 549if (IntegerEncoder.Encode(valueLength, 7, destination, out int integerLength))