2 writes to _range
Microsoft.AspNetCore.StaticFiles (2)
StaticFileContext.cs (2)
63
_range
= null;
239
_range
= range;
2 references to _range
Microsoft.AspNetCore.StaticFiles (2)
StaticFileContext.cs (2)
368
if (
_range
== null)
380
ResponseHeaders.ContentRange = ComputeContentRange(
_range
, out var start, out var length);