2 references to Argument
Microsoft.AspNetCore.Components.Server (2)
BlazorPack\SequenceOfT.cs (2)
133Requires.Argument(current != null, nameof(position), "Position does not represent a valid position in this sequence."); 136Requires.Argument(firstIndex >= current.Start, nameof(position), "Position must not be earlier than current position.");