1 write to _length
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetsInvoker.cs (1)
65_length = long.Parse(length, CultureInfo.InvariantCulture);
5 references to _length
Microsoft.AspNetCore.StaticAssets (5)
StaticAssetsInvoker.cs (5)
133_length, 155context.Response.ContentLength = _length; 194await context.Response.SendFileAsync(FileInfo, 0, _length, context.CancellationToken); 211requestContext.ResponseHeaders.ContentRange = new ContentRangeHeaderValue(_length); 249return new ContentRangeHeaderValue(start, end, _length);