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