Microsoft.AspNet.Server.Kestrel.Http.FrameResponseHeaders.GetCountFast C# (CSharp) Method

GetCountFast() protected method

protected GetCountFast ( ) : int
return int
        protected override int GetCountFast()
        {
            return BitCount(_bits) + (MaybeUnknown?.Count ?? 0);
        }