2 references to Range
Microsoft.AspNetCore.Components.Server (2)
BlazorPack\SequenceOfT.cs (2)
211
Requires.
Range
(sizeHint >= 0, nameof(sizeHint));
423
Requires.
Range
(count >= 0 && this.End + count <= this.Memory.Length, nameof(count));