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