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