3 references to LengthMask
Microsoft.AspNetCore.Server.Kestrel.Core (3)
src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (3)
46
switch (firstByte &
LengthMask
)
69
Debug.Assert((firstByte &
LengthMask
) == InitialEightByteLengthMask);
106
(firstByte &
LengthMask
) switch