2 writes to Body
Microsoft.AspNetCore.OutputCaching (2)
OutputCacheEntry.cs (2)
68Body = value; 77Body = RecyclableReadOnlySequenceSegment.CreateSequence(segments);
4 references to Body
Microsoft.AspNetCore.OutputCaching (4)
CacheEntryHelpers.cs (1)
29size += cachedResponse.Body.Length;
OutputCacheEntry.cs (2)
116headers.ContentLength = Body.Length; 125=> RecyclableReadOnlySequenceSegment.CopyToAsync(Body, destination, cancellationToken);
OutputCacheEntryFormatter.cs (1)
166var body = entry.Body;