3 references to Length
Microsoft.AspNetCore.OutputCaching (3)
OutputCacheEntryFormatter.cs (1)
329result.SetBody(new ReadOnlySequence<byte>(first, 0, last, last.Length), recycleBuffers: false); // we're reusing the live payload buffers
RecyclableReadOnlySequenceSegment.cs (2)
33obj.RunningIndex = previous.RunningIndex + previous.Length; 98return new(first, 0, last, last.Length);