Base:
3 references to Length
Microsoft.AspNetCore.Http (3)
Internal\ReferenceReadStream.cs (3)
54
if (value < 0 || value >
Length
)
56
throw new ArgumentOutOfRangeException(nameof(value), value, $"The Position must be within the length of the Stream: {
Length
}");
82
Position =
Length
+ offset;