6 references to Bitshifter
IIS.ShadowCopy.Tests (6)
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (6)
51var payloadLength = (int)Bitshifter.ReadUInt24BigEndian(header); 67frame.StreamId = (int)Bitshifter.ReadUInt31BigEndian(header.Slice(StreamIdOffset)); 133frame.HeadersStreamDependency = (int)Bitshifter.ReadUInt31BigEndian(extendedHeaders); 153frame.GoAwayLastStreamId = (int)Bitshifter.ReadUInt31BigEndian(extendedHeaders); 165frame.PriorityStreamDependency = (int)Bitshifter.ReadUInt31BigEndian(extendedHeaders); 184frame.WindowUpdateSizeIncrement = (int)Bitshifter.ReadUInt31BigEndian(extendedHeaders);