1 write to Segments
Microsoft.AspNetCore.ResponseCaching (1)
CacheEntry\CachedResponseBody.cs (1)
12
Segments
= segments;
2 references to Segments
Microsoft.AspNetCore.ResponseCaching (1)
CacheEntry\CachedResponseBody.cs (1)
24
foreach (var segment in
Segments
)
Microsoft.AspNetCore.ResponseCaching.Tests (1)
CachedResponseBodyTests.cs (1)
21
Assert.Same(segments, body.
Segments
);