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